react-autosuggest
react-autosuggest copied to clipboard
Accessibility - Is there any way to to navigate using keys (keyboard)
I want a user to be able to show more content on the autosuggest dropdown just like Amazon's search bar, and I am able to show more content on the search bar, but unable to give more ability in terms of accessibility like on amazon's search bar.
Amazon sample:
Application search bar:
Is there a way to achieve this effect? Any workarounds you can think off?
Hi Team, any update for me
This works on the CDN example in https://react-autosuggest.js.org/, but the library does not. This is a requirement of the web now. Please get this fixed. From what it looks like, this may be an issue when shifting focus from the input itself. When doing so, the drop down closes.
In the meantime, do you have any work arounds or pointers on how to implement this?
The examples appear to be using an older version of react-autosuggest
. The latest 9.x version (9.4.3) seems to work.