Q-Dialog Dragging and Scaling (Resizing)?
-
Is it possible for the Q-Dialog component to make dragging and scaling (resizing) possible?
By analogy, as is done here:
https://github.com/euvl/vue-js-modal -
Hi,
Sorry, at this time, the QDialog component doesn’t have those features.
You can, however, “boot” in the vue-js-modal component, if you want to.
https://quasar.dev/quasar-cli/cli-documentation/boot-files#Introduction
Scott
-
For the draggable case implement a component: https://codesandbox.io/s/quirky-shannon-nfpci?fontsize=14&hidenavigation=1&theme=dark
Because it was the functionality I needed at the time.
In the same way it would be possible to add the resize and scale functionality (I will try when I have time).