Slider inside right menu
-
Hello,
I’m trying to add a slider with this setup:
Layout -> Right Menu -> Collapsible -> Slider
This is a screenshot:
But if moving the slider to the right side, the menu closes too.
Is there a way to stop that event from happening?
Thanks!
-
Side drawers have by default a touch directive to open/close on drag, and that interferes with any component using drag nested inside of a drawer.
Currently there seems to be no way around this (that I know of). @rstoenescu Any ideas?
The same problem disallows the use of several quasar components, as well as vue components that normally allow drag and drop, or any kind of sliding/panning behavior.
I took the liberty to create an issue on github, since you’re not the first to encounter this problem.
@tiago_startt and any other experiencing similar issues, please add your voice there too:
https://github.com/quasarframework/quasar/issues/998 -
Thanks will have a look at that issue then
-
Will see what can be done. Thanks for reporting!