Skip to content

fix(combo-box): clear button supports "Space" key #2168

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

Merged
merged 1 commit into from
Jun 7, 2025

Conversation

metonym
Copy link
Collaborator

@metonym metonym commented Jun 7, 2025

Fixes #2166

The clear button in the ComboBox currently only supports the "Enter" key for keyboard navigation. It should support "Space."

This makes it consistent with the behavior of the Search button and the upstream React implementation.

@metonym metonym merged commit 95c06a8 into master Jun 7, 2025
4 checks passed
@metonym metonym deleted the fix-combobox-clear-space branch June 7, 2025 19:34
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

Successfully merging this pull request may close these issues.

ComboBox: clear button supports "Space"
1 participant