In a shown modal there is a form. If I focus on an input field (any field for that matter) and press ESC key, that modal is hidden. However, if I don\'t focus on a form fiel
If your modal dialog looks like this
....
Removing tabindex="-1" should disable Escape key.