Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility - Is there any way to to navigate using keys (keyboard) #829

Open
convpal opened this issue Oct 11, 2021 · 3 comments
Open

Comments

@convpal
Copy link

convpal commented Oct 11, 2021

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:
Screen Recording 2021-10-11 at 8 24 26 AM

Application search bar:

image

Is there a way to achieve this effect? Any workarounds you can think off?

@convpal
Copy link
Author

convpal commented Oct 19, 2021

Hi Team, any update for me

@KyleWiteck
Copy link

KyleWiteck commented Dec 16, 2021

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?

@willbutler
Copy link

The examples appear to be using an older version of react-autosuggest. The latest 9.x version (9.4.3) seems to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants