Instructions
Build an accessible autocomplete input. Support keyboard navigation and ARIA roles.
Hints
- Use useState for open/close and active index
- Use ARIA roles and keyboard events
Tags
ReactAutocompleteAccessibility
GoogleMetaAmazon
Use the editor on the right to write your code.
The preview will update automatically as you type.