Questions tagged [modalpopup]

A modal pop-up window is a window that is displayed on top of the main window and that disables the main window until the user has finished interacting with the pop-up window.

153 questions
13
votes
3 answers

Close Modal Popup using Esc key on keyboard

I need to close the modal also using the "ESC" key, at the moment it is closing the "CLOSE" and "CONFIRM" button. i'm using reactstrap, react hooks. keyboard {show} and handleClose it didn't work. Here is the code: const DeleteUserModal = props =>…
6
votes
3 answers

(Vue.js) Scrolling in the modal will also scroll the back of the modal

Clicking on the image brings up a long, scrolling modal. The problem is that if you scrolling in the modal will also scroll the back of the modal. How do you solve it? Modal is a component. Here is my code: Carousel.vue