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
Is your feature request related to a problem? Please describe.
In the DrawerWithFooter component, the current closeMode is set to 'close', meaning that the drawer can only be closed by clicking the close button or the cancel button. In many cases, users may want to quickly close the drawer without having to look for the close button, resulting in a less efficient experience.
Is your feature request related to a problem? Please describe.
In the
DrawerWithFooter
component, the currentcloseMode
is set to'close'
, meaning that the drawer can only be closed by clicking the close button or the cancel button. In many cases, users may want to quickly close the drawer without having to look for the close button, resulting in a less efficient experience.Specific code DrawerWithFooter.
Describe the solution you'd like
Removing the existing
closeMode
andcloseable
or changing it tomask
for me it will be more convenient and the experience will be betterDescribe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: