Suggestion
🔍 Search Terms
autoComplete html attribute DOM jsx typing completion input password on off precise specific list
✅ Viability Checklist
My suggestion meets these guidelines:
⭐ Suggestion
Add more precise typing for autoComplete HTML attribute instead of just string.
📃 Motivating Example
This will allow to autocomplete… the autoComplete attribute in vscode for example.
💻 Use Cases
The DOM's autocomplete list is quite long and it's not easy remembering the spelling of each one of them (first_name or given-name? password or current-password?), and it would improve the UX of sites if they were more appropriately used (for example, some people may think that the input's type and/or name attributes may be enough for fields like email or password, but knowing to use autoComplete="new-password" or one-time-code can be really useful).
PR incoming.
Suggestion
🔍 Search Terms
autoComplete html attribute DOM jsx typing completion input password on off precise specific list
✅ Viability Checklist
My suggestion meets these guidelines:
⭐ Suggestion
Add more precise typing for autoComplete HTML attribute instead of just
string.📃 Motivating Example
This will allow to autocomplete… the
autoCompleteattribute in vscode for example.💻 Use Cases
The DOM's
autocompletelist is quite long and it's not easy remembering the spelling of each one of them (first_name or given-name? password or current-password?), and it would improve the UX of sites if they were more appropriately used (for example, some people may think that the input'stypeand/ornameattributes may be enough for fields like email or password, but knowing to useautoComplete="new-password"orone-time-codecan be really useful).PR incoming.