-
I'm using the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
I'm using the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Drawer
is a controlled component, so you need to set itsisOpen
state explicitly with that prop. There's no uncontrolled functionality that would allow something like theClasses.POPOVER_DISMISS
class to work. So you will need to hook up yourMenuItem
click handler to set some state in your application which sendsisOpen={false}
to the relevantDrawer
.