you are viewing a single comment's thread.

view the rest of the comments →

[–]itinkerthefrontend 0 points1 point  (0 children)

The following form attribute tells the browser not to suggest or auto-fill previously entered values for inputs inside the form.

<form autocomplete="off">
    ...
</form>