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

fix(select): fix recurring space closing select box issue #844

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

ogunb
Copy link
Contributor

@ogunb ogunb commented Apr 25, 2024

Keydown is triggered before input,
causing the select keydown handler to run first.

Fixes #802

Keydown is triggered before input,
causing the select keydown handler to run first.

Fixes #802
@ogunb ogunb merged commit 0de50ae into next Apr 29, 2024
7 checks passed
@ogunb ogunb deleted the fix/802-select-space-close branch April 29, 2024 08:04
Copy link

github-actions bot commented May 2, 2024

🎉 This PR is included in version 3.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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: Baklava select input popover close event trigger problem
3 participants