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

Accessible modal dialog component for React

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

### Summary: I'm having trouble optimizing `react-modal` with build tools. The published version (in the `lib` folder) does not provide "true" modules (using `export`), but a precompiled version. This makes...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Fixes #939. Changes proposed: - Add stopPropagation at handleOverlayOnClick Upgrade Path (for changed or removed APIs): - None Acceptance Checklist: - [ ] The commit message follows the guidelines in...

### Summary: Modal is propagating the click event to the parent component ### Steps to reproduce: See the issue example link ### Expected behavior: Modal must not propagate the click...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Fixes #905. Changes proposed: - element with display 'contents' is visible and is tabbable. Upgrade Path (for changed or removed APIs): - None Acceptance Checklist: - [ ] The commit...

### Summary: Within a modal, it is not possible to tab through elements inside an element with display: contents ### Steps to reproduce: 1. Create a modal with an element...

Hi all, I have a use case where I need to be able to close the modal, but it should be invoked using a function somewhere, or a click event...

### Summary: Hey, I'm having trouble with some styling of this library. I know its not a bug per-se, but figured it might be good to explore if anyone else...

discussion

### Summary: When nested Modal elements are open, focus behaves strangely in Safari. I believe that the behavior is that any tab or shift-tab will cause focus to elements in...