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

Keyboard navigation doesn't work on a input with initialValue #179

Closed
maheshj01 opened this issue Sep 24, 2024 · 5 comments
Closed

Keyboard navigation doesn't work on a input with initialValue #179

maheshj01 opened this issue Sep 24, 2024 · 5 comments
Labels
bug Something isn't working fixed The issue is fixed in new release keyboard Issues related to key intents and focus navigation P1 High Priority: This is a show stopper and must be addressed immediately regression The new release broke a feature or introduced a new bug

Comments

@maheshj01
Copy link
Owner

When the Searchfield has a entered value,

  1. Focus the Searchfield
  2. use arrow keys to navigate suggestions

expected behavior: Suggestion can be navigated with arrow keys

actual behavior: Nothing happens

@maheshj01 maheshj01 added bug Something isn't working P3 Low Priority: A bug or a feature request we plan to work on in near future (default) keyboard Issues related to key intents and focus navigation labels Sep 24, 2024
@maheshj01
Copy link
Owner Author

This issue seems, bit Funky unable to reproduce it most of the times.

@maheshj01 maheshj01 added the review the issue needs to be reviewed again label Sep 24, 2024
@sabari7320
Copy link

@maheshj01 sir when i close the keyboard all the suggestion showing from scratch not showing hat i have entered char in the textfield
https://drive.google.com/file/d/132iZYWgLzDNMllLGyOlkA15SayzkrcZe/view check this

@maheshj01
Copy link
Owner Author

@sabari7320 Please file a separate issue with all the details

@maheshj01 maheshj01 added P1 High Priority: This is a show stopper and must be addressed immediately and removed P3 Low Priority: A bug or a feature request we plan to work on in near future (default) labels Nov 25, 2024
@maheshj01
Copy link
Owner Author

maheshj01 commented Nov 25, 2024

Regression identified 0fddae4#diff-0d4d907e62a927a9256ddab70f46e08912d122e3b1634116aa27498cc43a2db8R447

This commit broke the selected item highlight, keyboard navigation works but there is no feedback for the selected item.

@maheshj01 maheshj01 added the regression The new release broke a feature or introduced a new bug label Nov 25, 2024
@maheshj01
Copy link
Owner Author

Fixed in latest release v1.1.9

@maheshj01 maheshj01 added fixed The issue is fixed in new release and removed review the issue needs to be reviewed again labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed The issue is fixed in new release keyboard Issues related to key intents and focus navigation P1 High Priority: This is a show stopper and must be addressed immediately regression The new release broke a feature or introduced a new bug
Projects
None yet
Development

No branches or pull requests

2 participants