I think it is a must: modals or dialogs very often hides behind them information which could be useful to make decisions
This makes sense only when running under a desktop browser. Will do. Thanks for the proposal.
I really need draggable modals, see here: https://github.com/mzabriskie/react-draggable
This draggable would be wonderfull
Example q-dialog draggable component https://codesandbox.io/s/quirky-shannon-nfpci
This can be done with TouchPan directive. The problem with doing this within the framework is that we don't know what the Dialog will contain so we can't just attach the logic to the whole Dialog. Some content's behavior might negatively interfere with TouchPan. However, in devland, you can use the directive on a particular part of the dialog (like a QToolbar for the title or a specific QCardSection).
Most helpful comment
This makes sense only when running under a desktop browser. Will do. Thanks for the proposal.