I’d like to turn off chrome/safaris autocomplete feature for the inputs on my app.
If you inspect the html that Bubble creates, autocomplete=“off” but in order to disable the pesky dropdown autocomplete options, it must be autocomplete=“no”
Is there a way to change this? I have tried referencing an ID attribute and running javascripts but haven’t been able to change that html from “off” to “no”
I tried for an age and sought help on the forum. From my understanding it just is not possible to override the browser settings. You have to set them off in the browser itself and can’t do it from bubble.