Table of contents
Make it possible to autocomplete input fields.
What you need to know
By adding autocomplete to input wherever possible, you save users time and help prevent errors when filling out forms.
What you need to do
- Update your forms to provide for autocomplete.
- Specify the type of the type of input (text).
- Add autocomplete to the code (for example, autocomplete=”username”).