You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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'stype
and/orname
attributes may be enough for fields like email or password, but knowing to useautoComplete="new-password"
orone-time-code
can be really useful).PR incoming.
The text was updated successfully, but these errors were encountered: