ctreffe / alfred

Alfred - A library for rapid experiment development
MIT License
10 stars 1 forks source link

Deactivate browser autocompletion for input elements #178

Closed jobrachem closed 2 years ago

ctreffe commented 2 years ago

Taken from here:

For those who stumbled here like I did many times, this works (at least for now):

<input role="presentation" autocomplete="off" />

You don't need to delete ID or have dynamic names.