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

Quasar-select are not useable in drawers #53

Closed
mlenormand opened this issue Aug 26, 2016 · 2 comments
Closed

Quasar-select are not useable in drawers #53

mlenormand opened this issue Aug 26, 2016 · 2 comments

Comments

@mlenormand
Copy link

I'm using a quasar-select component in the left drawer. There is some issues with that :

image

  • The select window is not opened on the center of the screen
  • The drawer is not "backdropped" as the other parts of the screen

I consider drawers as normal places for displaying content, forms, etc. and not just UI menus (in my case I found interesting to show search forms in the drawer to allow quick access to it with small view and permanent access in larger views.
In fact, all my app views can display some additional content in the second tab of the drawer, and the first tab is the same for all the layout views (mainly used for the main app menu). In think this philosophy allows rich UI for all kind of screens in a variety of use cases. What do you thing about that ?

@rstoenescu
Copy link
Member

Hmm, nice. Didn't think of this case. You better use a Popover with a list with the three radios here. But anyway, investigating if this bug can be done, otherwise documenting that you shouldn't use it. The code there is quite complex and I don't want to make it even more complex.

@rstoenescu
Copy link
Member

Will make it work.

rstoenescu added a commit that referenced this issue Aug 29, 2016
* Select not useable in Drawers
* Changing route with Drawer opened does not cleans up app container position
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants