Problem:
Textbox control tries to auto complete entry.
A List of previously entered values are presented to the user to select.
How do you turn off this feature?
Solution:
<form method="post" autocomplete="off" >
</form>
that's all it takes.
one note. this disables auto complete for the entire form.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment