Menu of QSelect disappears when used inside shadow DOM #17325
Labels
area/components
bug/1-repro-available
A reproduction is available and needs to be confirmed.
flavour/quasar-cli-vite
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
When QSelect is used in a shadow DOM and a callback for the filter event is used for filtering the options, the menu disappears and the component loses focus after clicking a second time into the input field. When clicking a third time into the input, the menu still does not reappear and the component still has no focus.
What did you expect to happen?
The component should work the same way as when used outside a shadow DOM:
When clicking a second time into the input, the menu should disappear but the component should still have focus.
When clicking a third time into the input, the menu should reappear.
Reproduction URL
https://stackblitz.com/edit/quasarframework-xr93dh
How to reproduce?
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar)
Platforms/Browsers
No response
Quasar info output
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: