Question
How do you disable Autocomplete in the major browsers for a specific input (or form field)?
Answer
<input type="text" name="foo" autocomplete="off" />
See: https://developer.mozilla.org/en/How_to_Turn_Off_Form_Autocompletion
< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/2530/" >How do you disable browser Autocomplete on web form field / input tag?< /a>
0 comments:
Post a Comment