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

Ensure CMD+Backspace works in nullable mode for Combobox component #1617

Merged
merged 2 commits into from Jun 24, 2022

Conversation

RobinMalfait
Copy link
Collaborator

This PR fixes an issue where cmd+backspace didn't work properly in the Combobox component when
using the nullable mode.

Fixes: #1612

The issue is that cmd+backspace technically already does work, but we
only allowed it when the Combobox is in an open state. We can remove
this check and apply the proper logic always.
@vercel
Copy link

vercel bot commented Jun 24, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
headlessui-react ✅ Ready (Inspect) Visit Preview Jun 24, 2022 at 1:50PM (UTC)
headlessui-vue ✅ Ready (Inspect) Visit Preview Jun 24, 2022 at 1:50PM (UTC)

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.

nullable doesn't support CMD+BACKSPACE
1 participant