-
Notifications
You must be signed in to change notification settings - Fork 602
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
SelectMenu onBlur selects first item when searchable is true #1252
Comments
Indeed, I've never noticed that. Unfortunately, it has something to do with Headless UI |
Your right, the problem is upstream. I created an issue for Headless UI. |
The next release will have this d67c748 that pins |
Should be fixed in https://github.com/nuxt/ui/releases/tag/v2.12.1. |
Looks like the InputMenu still have this issue. |
Yeh, i'm also running into this issue..... |
The issue still exists |
Environment
Version
v2.12.0
Reproduction
SelectMenu
with thesearchable
prop set to trueThe issue can easily be reproduced with the example from the docs.
Description
When using the
SelectMenu
withsearchable
set to true, the first item is selected when clicking outside the menu.If the selection is cancelled by pressing the esc key the issue does not occur.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: