Forum Discussion
Remove the "cheat" bubble on a Text Entry?
- 2 months ago
That is likely the browser convenience autofill function. Just like when you fill out text fields online, and your info autopopulates. Your users probably won't see them if they've never filled out the form before. You're probably seeing them because you've been testing.
You may be able to disable them with some JavaScript and the suggestions from this site:
You should decide if it is really necessary and worth the effort though.
That is likely the browser convenience autofill function. Just like when you fill out text fields online, and your info autopopulates. Your users probably won't see them if they've never filled out the form before. You're probably seeing them because you've been testing.
You may be able to disable them with some JavaScript and the suggestions from this site:
You should decide if it is really necessary and worth the effort though.