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

formAutosuggest: incorrect keyboard dropdown behavior with text entered #2535

Closed
cintnguyen opened this issue Aug 11, 2023 · 2 comments · Fixed by #2547
Closed

formAutosuggest: incorrect keyboard dropdown behavior with text entered #2535

cintnguyen opened this issue Aug 11, 2023 · 2 comments · Fixed by #2547
Assignees
Labels
bug Report of or fix for something that isn't working as intended released

Comments

@cintnguyen
Copy link
Contributor

Repro steps:

  • Tab into text input on the autosuggest component
  • Type until there are no drop down items (for example on the first component on the docs site, type "hello")
  • Hit tab (will bring you over to the dropdown icon)
  • Hit space (dropdown icon will switch direction of the arrow to down to indicate being "open" as expected. Since there are no matching dropdown items we expect to see nothing which is the case)
  • Hit space

Expected behavior:

  • We expect to see the arrow icon switch back up and still no dropdown items

Observed behavior:

  • We see a fully populated dropdown
formAuttosuggest-dropdown.mov
@cintnguyen cintnguyen added the bug Report of or fix for something that isn't working as intended label Aug 11, 2023
@cintnguyen
Copy link
Contributor Author

cintnguyen commented Aug 11, 2023

Also this:

formAutosuggest-type-dropdown.mov

@edx-semantic-release
Copy link
Contributor

🎉 This issue has been resolved in version 21.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Report of or fix for something that isn't working as intended released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants