Bilal
January 4, 2017, 9:55pm
1
Is there a way to turn off spell checking on input field?
Spell check is a feature of the browser - AFAIK there’s no way to disable a user’s spell check.
Bilal
January 5, 2017, 12:46am
3
In HTML5 input field has autocorrect attribute which can be turned off to disable spell checking. Not sure how can this be set as an attribute in bubble.
Oh cool - yea, I don’t think there’s any method beyond what you see in the editor to manipulate HTML5
See my thread on setting autofill, you can do the same with the autocorrect (i think)
Anyone know how to stop your browser from autofilling forms? I’ve created a page where a user can update their info, address, phone, name etc. But when viewed safari auto populates some of the fields. I don’t want to turn it off for the browser itself as I do use the feature and I don’t want to have my users turn it off. So just trying to figure out how to stop this from happening. The yellow highlighted fields are whats being pre-populated by safari.
Also I only have safari so i’m assuming int…