Translate

Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

Wednesday, October 21, 2015

How to disable textbox autocomplete


As you may notice, your browser  is capable to suggest some options that you  have written already in the past. If you are building a  web form, you  will probably need to deactivate  the autocomplete behaviour. To do this, add the following html attribute as is shown below.



<input type="text" name='user_id' autocomplete='off' />