datadryad / dryad-product-roadmap

Repository of issues for Dryad project boards
https://github.com/orgs/datadryad/projects
8 stars 0 forks source link

Autocompletes and browser autofill #3452

Closed ryscher closed 2 days ago

ryscher commented 3 days ago

When a browser suggests an autofill value for a field, and that field would normally be an autocomplete, the autocomplete doesn't happen, and the form doesn't pick up the value.

Short video demonstrating the problem

ahamelers commented 3 days ago

There are like 14 different 'National Institutes of Health' from different countries, I don't think we can auto match these!

We could try to do something like select the first one and show that it is selected. But the user would still need to wait for the dropdown to load...

Probably the best intermediate option is to turn off browser autocomplete as an option for these fields

ryscher commented 3 days ago

Yes, if you can disable the browser's autofill, that would solve the problem.