-
|
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.
Draweris a controlled component, so you need to set itsisOpenstate explicitly with that prop. There's no uncontrolled functionality that would allow something like theClasses.POPOVER_DISMISSclass to work. So you will need to hook up yourMenuItemclick handler to set some state in your application which sendsisOpen={false}to the relevantDrawer.