elm-select
elm-select copied to clipboard
Menu items that don't close menu
Some menu items might act more like buttons, where we can click the menu item, something happens , and we can click it again to trigger another repeatable action.
Currently when a menu item is clicked the menu closes, this makes it annoying when a menu item is intended to be repeatedly interacted with.
Proposed solution
Add a config flag to MenuItem
that allows them to not close the menu.