Is it possible to change the HTML for a Bubble input?

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”

Any ideas?

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.

1 Like

Check this topic, you can Run a Javascript to do this

1 Like

Thank you. I can’t wait to try this. It had my heart broken.

This topic was automatically closed after 70 days. New replies are no longer allowed.