helix-ui
helix-ui copied to clipboard
Menu does not close after selecting an option
Describe the Bug
The menu should automatically close after a user has clicked/selected an option, but it stays open until you click away to blur. Perhaps this is by design, though I have yet to find another component library that does not hide the menu after a selection is made.
Steps to Reproduce
Using the example menus from https://rackerlabs.github.io/helix-ui/components/menus/
- Click a menu button to display the pop up list of options
- Select any option from the list
Expected behavior
The option should be selected and the popup list should hide
Screenshots
If applicable, add screenshots to help explain your problem.

Environment
Please complete the following information:
- Device: Macbook Pro
- OS: macOS Sierra v10.12.2
- Browser: Chrome v69.0.3497.100 and Firefox v59.0.1
We'll be looking into refactoring how <hx-menu> and <hx-menuitem> behave as part of a future update.