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:
0 Comments