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
Describe the bug
When declare modal=False in drawer component, it does not allow interaction outside drawer.
However, in document, it says,
When False, it allows interaction with elements outside of the drawer without closing it. Defaults to `True.
The example in the document seems not work as well. When drawer is open, page is scrollable but not able to click onto any of other element such as button on page.
Describe the bug
When declare
modal=False
in drawer component, it does not allow interaction outside drawer.However, in document, it says,
The example in the document seems not work as well. When drawer is open, page is scrollable but not able to click onto any of other element such as button on page.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When
modal=False
, it allows interaction with elements outside of the drawer without closing it. Defaults to `True.Specifics (please complete the following information):
The text was updated successfully, but these errors were encountered: