Replies: 1 comment 3 replies
-
any luck? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there away to explicitly close the popover when a child item is clicked, say, if using it as a navigation menu?
In my case I'm using a popover as a nav menu containing a list of React Router
Link
s.I'm finding that unless a rerender of the parent is triggered then the popover panel remains open and must be dismissed manually.
It might be worth exposing a
close
render prop unless I'm misusing it somehow...Beta Was this translation helpful? Give feedback.
All reactions