react-modal-dialog icon indicating copy to clipboard operation
react-modal-dialog copied to clipboard

A modal dialog for ReactJS

Results 38 react-modal-dialog issues
Sort by recently updated
recently updated
newest added

hello - When updating the CSS for the modal to include `overflow: scroll;` for longer content, the black close X disappears. I have tried everything in CSS to restore it...

Hi there! I've html markup which looks like this: ``` ``` It had multiple modals on one page. How it could be done with react-modal-dialog? Working example highly appreciated

I did not found any property to remove the close icon from modal

Having a `ModalContainer` without `ModalDialog` cannot be closed. Example: ```jsx {loading ? Loading ... : {children} } ``` In this example the modal cannot be closed as long as `loading...

Can you resolve the warining adding prop-types package dependency? ``` warning.js:36 Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead. ``` Best...

Hi, first of all thank you for this great component. The only problem I have, is that whenever the component is rendered, it's always blurry until it gains focus. After...

Is there any possibility of eliminating immutable and the entire lodash package from the dependencies? ~100kb seems to be a very high price to pay for a modal window.

Added a class called "react-modal-dialog-container" to the main div that is created for each modal instance. The most common use case for this is to adjust the z-index of the...

sending event object when onClose is triggered will be very helpful when a small computation is needed.