Component Library
Auto Complete
Issue Description
Form does not auto-fills in the fields
Recommendation
When implementing online form fields for user input, include the predefined taxonomy and HTML autocomplete to simplify the user input process. This will make it easier for people to complete input fields.
People with mobility, dexterity, and even cognitive issues sometimes have difficulty entering data into form fields. If inputs lack labels or context, it can be difficult to know what is required.
Provide autocomplete="on" to the <form>
https://www.w3.org/WAI/WCAG21/Understanding/identify-input-purpose.html