We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const menu = <Menu> <MenuItem text="submenu"> <MenuItem text="submenu item"> </MenuItem> </Menu>; const popover = <Popover content={menu}> <Button>Open menu</Button> </Popover>;
Overall menu does not dismiss
All the popovers dismiss
Not sure - I would hope that somehow the click events would propagate up the DOM and ultimately dismiss the toplevel <Popover>
<Popover>
The text was updated successfully, but these errors were encountered:
I'm just realizing this might be due to #2796
Sorry, something went wrong.
closing in favor of #3010
No branches or pull requests
Environment
Steps to reproduce
Actual behavior
Overall menu does not dismiss
Expected behavior
All the popovers dismiss
Possible solution
Not sure - I would hope that somehow the click events would propagate up the DOM and ultimately dismiss the toplevel
<Popover>
The text was updated successfully, but these errors were encountered: