ant-design-draggable-modal icon indicating copy to clipboard operation
ant-design-draggable-modal copied to clipboard

The Modal from Ant Design, draggable.

Results 16 ant-design-draggable-modal issues
Sort by recently updated
recently updated
newest added

support antd v5?

Added `initialX` and `initialY` props. With these changes it always remembers last position and next time modal window will be opened with previous `x` and `y` (in master modal window...

Do we able to resize the model using keyboard key? Because we need the keyboard control to resize it. Currently key board control is not working

Currently, the Modal will open in the middle of the screen. When following the ant design practices on how to change the starting position of the modal it states to...

Thanks for building this library, @DylanVann! By any chance do you plan to have the Modal to adjust its height with its content, or do you have a code model...

Hi, this does not work on touch devices. Tested in Android and macOS Google Chrome inspect device-toolbar.

Is there anyway to close the modal when click outside the modal? Used maskClosable. SomeModalWrapper.js import React from "react"; import { Modal, Button } from "antd"; import {DraggableModal} from 'ant-design-draggable-modal'...

I think the resize action should be optional and set via props so that some modals can be resized and others not. And thank you for your work.