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

### Summary: I wish to close the modal on secondary click (right mouse click). This works in your codepen demo for v.1.6.2: https://codepen.io/claydiffrient/pen/ZBmyKz?editors=1111 But not in my own demo with...

help wanted
feature
easy

When a modal is open, double-clicking on the background overlay results in the modal disappearing then quickly reappearing again with the following warning in the console: ``` react_devtools_backend.js:6 React-Modal: Cannot...

bug
react
hardcore

### Summary: How do I change the width? ``` ```

### Summary: Modal does not work correctly because there is a value for left, right, and bottom properties in Safari14, everything is correct in Safari 15 ### Steps to reproduce:...

### Summary: Modal ignores the first click on the overlay and closes only after a second click ### Steps to reproduce: 1. Open code sandbox (https://codesandbox.io/s/heuristic-goodall-n25g2w?file=/src/App.js) on the chrome browser...

Currently, `appElement` is expected to be an instance of `window.HTMLElement`. But, when the `Modal` is rendered inside an `iframe`, the iframe's `window.HTMLElement` is a different instance causing the following warning:...

bug
browser api

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

I am using `3.11.1` Our UI requirements, is the close button of a modal is not inside the modal, but at the top-right corner of the screen. I tried `position:...

Fixes #952. Changes proposed: - Switch keydown event listeners to use `KeyboardEvent.code`. The legacy `KeyboardEvent.keyCode` is deprecated. Since React 18 dropped support for IE, we don't need to fall back...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies