Is it possible to prevent a modal from closing when the escape button is pressed
When i have multiple nested modals opened.
And i press escape, it closes all modals on the page.
1 Reply
you can try adding this to the modal ->closeModalByClickingAway(false) Don't know if the escape key bypasses that