You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have a data grid where each row may open related data in a Modal window. It may be necessary to open multiple Modals at the same time, but only one will be visible.
Describe the solution you'd like
Allow dragging of Modals (and resizing, though that's not as essential).
Describe alternatives you've considered
Using an alternative to Modal, maybe using useDraggable from the VueUse library.
The text was updated successfully, but these errors were encountered:
I've tried combining useDraggable with Vue Final Modal (https://v4.vue-final-modal.org/) and the modal results are great. Very flexible and provides a useModal() that can be passed a component and props (like Ionic's modalController).
The biggest issue is that any Vuestic components with dropdown content shows the dropdown below the modal. This makes extensive use of teleport necessary.
Something along these lines built into Vuestic would be great.
Is your feature request related to a problem? Please describe.
I have a data grid where each row may open related data in a Modal window. It may be necessary to open multiple Modals at the same time, but only one will be visible.
Describe the solution you'd like
Allow dragging of Modals (and resizing, though that's not as essential).
Describe alternatives you've considered
Using an alternative to Modal, maybe using useDraggable from the VueUse library.
The text was updated successfully, but these errors were encountered: