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

### What happened? There are 1 security vulnerabilities found in uglify-js 3.1.1 - [MPS-2022-14112](https://www.oscs1024.com/hd/MPS-2022-14112) ### What did I do? Upgrade uglify-js from 3.1.1 to 3.14.3 for vulnerability fix ### What...

This package manages a lot of state (like open instances, styles classes added to external elements, focus system...)

It would be better to have a more stable releases without breaking accessibility.

### Summary: Passing `closeTimeoutMS` to an open Modal makes it unrecoverable if it's part of a render that suspends. ### Steps to reproduce: 1. Create a component that contains an...

### Summary: When an iframe is the last element in the modal, focus escapes the modal when using keyboard navigation. This is problematic particularly for screen reader users since the...

bug
help wanted

### Summary: For good keyboard a11y, when the user closes the modal, focus should be restored to whatever element was focused before they triggered the modal. ### Steps to reproduce:...

enhancement

### Summary: Basically, I'm trying to change the scrollbar inside the react-modal component, I'm using inline styles and I've tried to use like this inside the "content" property: "&::-webkit-scrollbar": {...

The issue here was that the code was checking if the activeElement was the last element, but for radio groups, you can tab out without it being the last element....

### Cannot read properties of undefined (reading 'Component') in react-modal: react-modal.min.js:34 Uncaught TypeError: Cannot read properties of undefined (reading 'Component') at Object. (react-modal.min.js:34:9446) at n (react-modal.min.js:1:450) at Object. (react-modal.min.js:13:4246) at...