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
Docs gives the below details about disableClose option in sidenav:
"Whether the sidenav can be closed with the escape key or not."
Usually clicking backdrop closes the sidenav, but when this option (disableClose) is set to true, it also disables the closing of SideNav using backdrop.
There could be cases where we would like to disable closing of Sidenav using Esc key but would like it to be closed when user clicks backdrop. Therefore, we should have two separate options disableCloseEsc and disableCloseBackdrop.