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

Hi, We are using your package in an app currently in production, and your last update seems to have introduced a breaking change for us. Forcing it back to 3.1.10...

needs info

### Summary: Error occurred while returning Modal tag in React. ### Steps to reproduce: 1. OptionModal.js import React, { useEffect } from "react"; import Modal from "react-modal"; const OptionModal =...

### Summary: Focus Trap not working in Safari with Link If you create a modal, and the first element is a link (``), then focus can escape if you are...

As of today (2025 Fri May 23), it appears: * [/releases](https://github.com/reactjs/react-modal/releases) shows 3.16.1 as the latest release * 3.16.3 was cut in the [most recent commit](https://github.com/reactjs/react-modal/commit/7a2a63c91c879b8c34969bc418d8c395ac45167e) I haven't looked into...

In antd draggable modal when i applied left:0 as inline style for modal, the dragging property not working.

With React v19 ### Summary: Type error when using `ReactModal` as a JSX component. ### Steps to reproduce: 1. Import `ReactModal` from `react-modal`. 2. Use `ReactModal` in a JSX component....

Fixes https://github.com/reactjs/react-modal/issues/694 Changes proposed: - Remove redundant prop `testId` which no longer renders to DOM Upgrade Path (for changed or removed APIs): - Use `data` prop instead Acceptance Checklist: -...

Fixes #611. -This merge request should prevent that the VoiceOver fails. Changes proposed: -Define false to `aria-modal` when is webkit. Upgrade Path: -Change the value when is webkit. -`isSafariDesktop` transforming...