MDBModal need to disable escape key press


Topic: MDBModal need to disable escape key press

innovative23 pro asked 2 years ago

Expected behavior I want to disable K/b event for escape key. So, even if user hits Escape button from k/b the Modal should not be closed.

This is available in your angular version => https://mdbootstrap.com/legacy/angular/6.2.1/?page=advanced/modals#options

Actual behavior

No option in MDBModal React to disable escape key.

Resources (screenshots, code snippets etc.)


Piotr Glejzer staff answered 2 years ago

Hi,

Yes, you are right. We don't have this option in React Modals. It's a nice feature so we can implement this in our package. I added task for that. Thanks for the report and have a nice day.

Best,
Piotr


Hi! Is it implemented already? I noticed that API page of MDBModal contains keyboard option description.


Piotr Glejzer staff commented a year ago

Yes, there is. You have to add props keyboard to false.


Please insert min. 20 characters.