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'
/>
No comments:
Post a Comment