Disable autosuggest option on dropdown input and non text/email fields
autosuggest can be problematic for web fields that might be recognised as, for example, email fields – like “preferred email type” (home/work/alternate) – the browser can overwrite the dropdown content by inserting an email address instead.
The idea proposed is that autosuggest can be disabled, even by default, for non-text and email fields also and ideally, it should only be able to populate with the choices available in a dropdown for example.