How to prevent the browser from displaying its own autocompletion box?

In order to disable the legacy auto-completion feature displayed when a user start typing in an input field, you need to add autocomplete="off" on the input. We also recommend that you add autocorrect="off", autocapitalize="none" and spellcheck="false" on mobile devices.

Reference:

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.
Powered by Zendesk