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

Select components within Popovers don't work #836

Closed
pwinckles opened this issue Aug 25, 2017 · 3 comments
Closed

Select components within Popovers don't work #836

pwinckles opened this issue Aug 25, 2017 · 3 comments

Comments

@pwinckles
Copy link

Software version

Quasar: 0.14
Browsers: Firefox; Chrome

What did you get as the error?

Select components within Popover components cause the Popover to close when the Select box is clicked.

What were you expecting?

I was expecting the Popover to remain open.

What steps did you take to get the error?

<q-btn flat> <q-popover ref="popover"> <q-select v-model="selection" :options="options" /> </q-popover> <q-icon name="notifications_active" color="red-7" /> </q-btn>

@rstoenescu
Copy link
Member

Hi,

Unfortunately, this is a limitation. Avoid adding any components which also have popovers (like QSelect, QDialogSelect and so on).

This limitation will get liften in the future, though.
Sorry for any inconvenience.

-Razvan

@ldenblyd
Copy link

Hello @rstoenescu there is still no solution for this ?

@ldenblyd
Copy link

for now the only solution i found is to use native html select

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

No branches or pull requests

3 participants