Back to all posts

HTML: Text Field Suggestions


If you find the browser’s auto-suggestion feature annoying for the input field.

For example

To Prevent the browser from showing the previous terms you’ve entered you can add this attribute/value pair to the input element. autocomplete=”off”

<input type="text" name="name" autocomplete="off">