quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.76k stars 3.5k forks source link

QSelect Click Propagation #9907

Closed rstoenescu closed 3 years ago

rstoenescu commented 3 years ago

Discussed in https://github.com/quasarframework/quasar/discussions/9887

Originally posted by **j-wenning** July 1, 2021 Click propagation is not captured/prevented by `q-select` when behavior is set to `dialog`. `@click` is never emitted by q-select. Is this intended? If so: why? **Example** https://codepen.io/j-wenning/pen/qBmELGY Screen Shot 2021-06-30 at 2 29 13 PM **To Reproduce** 1. Open the inspector 2. Click the left select (menu behavior) 3. Observe (lack of) console output 4. Click the right select (dialog behavior) 5. Observe console output
rstoenescu commented 3 years ago

Fix will be available in Quasar v2.0.2