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

Accessible modal dialog component for React

Results 151 react-modal issues
Sort by recently updated
recently updated
newest added

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...

dependencies

### Summary: I'd like to have a modal that uses the _exact same_ content each time it is opened/closed, rather than removing the content element from the DOM each times...

### Summary: CSS `after-open` transitions are failing to fire in Safari 14 & mobile Safari ### Steps to reproduce: 1. Open any modal with a defined CSS transition in Chrome...

We can't use window.HTMLElement to check the `appElement` when combined with an iframe. window.HTMLElement !== window.HTMLElement (on the iframe) Fixes #871. Changes proposed: - We can't use window.HTMLElement. Upgrade Path...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

### Summary: We have a case where we have a web component that renders an iframe that is rendered in the modal. The modal outside of the iframe also has...

### Summary: When there are radio buttons in a modal, you can escape focus with shift-tab. ### Steps to reproduce: Steps are included in the test case below ### Expected...

bug
easy
good first issue
accessibility

### Summary: The user can't scroll on the body, but when the user scrolls there is an issue with the modal. The screen gets resized and the modal doesn't fill...

### Summary: ### Steps to reproduce: 1. npx create-react-app my-app 2. `yarn add react-modal` 3. in `index.css`, add ```css .ReactModal__Overlay { background-color: blue !important; } ``` 4. in `app.js` replace...

### Summary: ### Steps to reproduce: Following the steps, I 1)Create a New project folder in my case, I created reactdemo 2)in the new project folder, install the latest reactJS:...