elm-select icon indicating copy to clipboard operation
elm-select copied to clipboard

Menu items that don't close menu

Open Confidenceman02 opened this issue 1 year ago • 0 comments

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.

Confidenceman02 avatar Oct 13 '23 12:10 Confidenceman02