-
When WebAssemblyStudio is opened in the browser that does not support WebAssembly v1, we need to show a warning message that will inform that the application will not function normally/as expected.
-
### Summary:
Just the standard "modal closes when user hits the escape key".
### Steps to reproduce:
1. Make a modal
2. Open it
3. Hit Escape
### Expected behavior:
The modal close…
-
### Summary:
I have a simple component that opens a modal on click and renders a button inside the modal. When the button inside is clicked it sends off a redux action which logs the user in. The iss…
-
AppElement in SLDS settings. needs to be set. Default is ``.
-
### Summary:
I'm using React 16, and I have an unordered list, and each li element in the list contains a button that is supposed to trigger a react-modal to appear. Whenever the button is clicked,…
-
### Summary:
I have a modal that opens up when selecting a link.
The modal contains an input field that can be clicked to be focused on.
On v.2.4.1 I am able to select the input field just fi…
-
Hi,
I'm trying to disable the content overlay, i just need tu use the panel as "menu" to edit the page content.
How can I do this ? I've tried to set the "overlayCustomClass" with "display: none…
-
After running the command:
npm install react-modal
It prompt me with:
+ react-modal @2.2.1
When i imported it in one of my file by:
import ReactModal from 'react-modal';
I got errors:
ER…
-
### Summary:
I know it goes a lot against the nature of what a modal is suppose to do, but is there a way to make it so that when my mouse is hovering on the overlay, I am able the scroll the content…
-
### Summary:
I included class rule for preventing background scrolling
```
.ReactModal__Body--open {
overflow: hidden;
position: fixed;
width: 100%;
height: …