-
Notifications
You must be signed in to change notification settings - Fork 27
Input field autocomplete attribute #2895
Copy link
Copy link
Open
Labels
Description
Would be interesting to make it possible to set the autocomplete attribute on certain text inputs for autocomplete able fields like first name, last name, address, etc.
This could improve usability of the forms for certain sections like having to input personal information. Which then can be auto completed by password managers or other programs which support this.
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
Reactions are currently unavailable