-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
MultiSelect with appendTo[Body] focus issues #182
Comments
Thanks for reporting the issue. Fixed in |
I have make sure that the dependency for multiselect was updated to 2.6.7 and tried again in the stackblitz above, but the behaviour is still the same. Clicking the scrollbar or anything in the after-list slot is closing the dropdown. Am I missing something? |
It's true - I only checked the scrollbar issue and not before/after slots. Will fix. |
I've double checked and it seems like the issue was resolved even in the |
This is really strange, it's indeed working now. I don't really understand why it was not working before. Maybe I should have deleted the node_modules folder before running npm install... Maybe we would need a prop "persist" (or similar) to completely disable what is done for the focus handling and only close the dropdown if an option is selected or explicitly closed using an api? |
Your demo is no longer available @nclemeur. Any chance you can recreate it? I want to have a look on the issue, because I'm just about to release a new multiselect version. |
Sorry I am not sure what happen to the stackblitz, but here is another that show the problem: https://stackblitz.com/edit/github-esmsuw?file=src%2FApp.vue If you click the button in the dropdown, the button will disable it-self and the dropdown will close (there is a button to renable the button and also a checkbox to disabled the button disabling it-self, in that case the dropdown is not closed, as expected) |
Environment
Please see discussion here: https://discord.com/channels/787237947635793940/1216840909132533760/1216989160347406467
Reproduction
https://stackblitz.com/edit/github-esmsuw?file=src%2FApp.vue
Describe the bug
Clicking the scroller on the side or anything in the after-list slot, close the dropdown
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: