You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If onClickOutside is not set and Esc is pressed, the modal "soft closes", where it doesn't get unmounted (because onClickOutside isn't set) but does animate away. It also blocks the page from interaction as a result.
AC
if onClickOutside isn't set, do nothing when Esc is pressed
The text was updated successfully, but these errors were encountered:
Fix for issue #485
When Modal onClickOutside=false, pressing the Esc key will cause the
modal to be hidden when the expected behavior is that an Esc key press
would do nothing.
Tests pass and no known issues have arisen.
If
onClickOutside
is not set and Esc is pressed, the modal "soft closes", where it doesn't get unmounted (becauseonClickOutside
isn't set) but does animate away. It also blocks the page from interaction as a result.AC
onClickOutside
isn't set, do nothing when Esc is pressedThe text was updated successfully, but these errors were encountered: