Created by: rohit2sharma95
Closes #30929 (closed)
Modal will not be closed with esc key when modal's configuration has keyboard:false and backdrop is not static. It will trigger the _triggerBackdropTransition() method to show the animation though. But I am not sure if modal should show animation when pressing esc key and modal's backdrop is not static.
Should I add/update the unit tests if it is okay?