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

Simple responsive react modal

Results 24 react-responsive-modal issues
Sort by recently updated
recently updated
newest added

Hi, everyone! First of all, thanks for nice library, great job! # Bug report ## Describe the bug I've encountered strange problem with scroll, not quite sure if this is...

bug

# Feature request Right now, when you click outside of the modal, the click propagates. Would be nice to add an option to stop this propagation ## Describe the solution...

enhancement

# Bug report ## Describe the bug I have some CSS to disable animations if the user has "reduce motion" turned on. (From https://twitter.com/justmarkup/status/974581638637142016 , https://davidwalsh.name/prefers-reduced-motion .) ``` @media (prefers-reduced-motion:...

bug

# Bug report ## Describe the bug If you want to have a custom animation on your modal window, such as a shake for incorrect password entry, you cannot because...

bug

Hello! Is it possible to save the modal state so that the DOM tree of modal is not deleted when closing?

enhancement
help wanted

# Bug report ## Describe the bug A clear and concise description of what the bug is. ## To Reproduce Steps to reproduce the behavior, please provide code snippets or...

bug

# Bug report ## Describe the bug In the file: `react-responsive-modal/src/index.tsx`, the animationEnd handler doesn't pass original event object to the callback. What I want to solve by this is...

bug

:robot: I have created a release *beep* *boop* --- ## [6.4.3](https://github.com/pradel/react-responsive-modal/compare/v6.4.2...v6.4.3) (2023-09-18) ### Documentation * improve readability of classnames and styles properties ([#520](https://github.com/pradel/react-responsive-modal/issues/520)) ([acfe228](https://github.com/pradel/react-responsive-modal/commit/acfe228892c4dcc86ad48e9f18f50c49f56f17b0)) --- This PR was generated with...

autorelease: pending

Adds option that keeps the Modal mounted even when it is hidden. This is useful for keeping the DOM state inside the Modal as well as for SEO purposes. Fixes...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies