Micromodal
Micromodal copied to clipboard
Esc and focus trap does not work if iframe is inside the modal
Is there any update on this. The problem still exists.
I encountered the same problem - the modal window does not close by pressing the Esc button if there is an iframe inside it
I encountered the same problem - the modal window does not close by pressing the Esc button if there is an iframe inside it
I figured it out - you need to include this setting in the object when initializing the modal window - disableFocus : true, After that, the Esc button worked