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: Using typescript, if I import with `import ReactModal from 'react-modal';` then `ReactModal` is undefined. It usually means that the module has no default export. `import * as ReactModal...

bug

Hi react-modal maintainers, The Chrome team is investigating how to make modals on the web better. One area we've identified is that it's hard for libraries to get the correct...

enhancement
discussion
browser api

Fixes #[issue number]. Changes proposed: - add ability to disableFocusTrap - add ability to disableTabTrap Acceptance Checklist: - [x] The commit message follows the guidelines in `CONTRIBUTING.md`. - [x] Documentation...

When the `Modal` is rendered inside an `iframe`, the wrong `window` is used [here](https://github.com/reactjs/react-modal/blob/76df16ba7cd7346156331c71a15d722c5f4e0db8/src/helpers/tabbable.js#L22), causing this error: > Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type...

bug
browser api

### Summary: When css animation added and open modal with toggle button, and then I'm doing like "fast click" on the trigger button, `ReactModal__Body--open` will not removed from the body...

not a bug
events

### Summary: It would be great if it was possible to disable the focus trap. This would be useful if ever needing to render the modal inline in a page....

### Summary: This was noted on #847. ### Steps to reproduce: 1. fork this repository 2. change the react-modal's version to the fork's link on package.json e.g.`github.com/user/react-modal#branch` ### Expected behavior:...

bug
dependencies
build

### Summary: Tabbing skips reCAPTCHA inside of modal on Safari. ### Steps to reproduce: 1. Open linked example in Safari desktop 2. Attempt to tab through content (the modal is...

combining libraries

### Summary: The semantic keyboard navigation of radio groups is broken in Safari when they are inside React Modal. ### Steps to reproduce: Steps are included in the test case...

bug

### Summary: It seems to be possible to escape the focus lock with VoiceOver and Safari on MacOS if Quick Nav is turned off. Navigating with left or right arrow...

bug