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

I have an issue that wehever I open the modal the body is immediatelly scrolled to top or to bottom of the website. When the modal is closed the user...

bug
help wanted

### Summary: If the first element in the modal is an element that has the contenteditable=true attribute (and no tabindex set), the modal will not wrap it's focus back to...

This library seems to have a nice api to fire events.

### Summary: When the modal is open, middle clicking anywhere on the modal content causes the next click, if on the overlay, to be ignored. ### Steps to reproduce: 1....

### Summary: Screen reader users cannot interact with any modal content because aria-hidden=true is incorrectly placed on the body tag. ### Steps to reproduce: 1. Open a test modal, https://reactcommunity.org/react-modal/examples/minimal.html....

enhancement

### Summary: The usage of React's Portal feature causes surprising behavior. A modal is visually and conceptually a separate interface element from the element that opens the portal. Example 1:...

enhancement
question
react
events

Changes proposed: - Add codepen embeds in the documentation for easier understanding - Fix a few broken links in the documentation Acceptance Checklist: - [x] The commit message follows the...

### Summary: Clicking an "example" link on the reactcommunity.org site does not actually open codepen. ### Steps to reproduce: (Tested with up-to-date Chrome and Safari browsers on MacOS Catalina 10.15.4)...

Hi :wave:, I'm Romuald from the [Lsos](https://lsos.org/), an organization that develops financial solutions for open source projects, and we are currently doing outreach to projects we like. One of our...

### Summary: ### Steps to reproduce: 1.Please help me out to enable scrolling background when the modal is open 2. when user load a page he can see the modal...