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

Conditionally Keep Menu Open

Open hiddenroadss opened this issue 5 months ago • 9 comments

I am using this library for implementing multi-select filters in a project. Currently, every time a user selects an option, the menu closes, which triggers a request to the backend with updated filters. Often, users select more than one filter option which leads to multiple redundant backend calls, potentially affecting performance and user experience.

It would be beneficial to have an enhancement where the keepMenuOpen parameter can be used, but with additional configuration to close the select dropdown under specific conditions, such as clicking the chevron icon only.

hiddenroadss avatar Sep 04 '24 07:09 hiddenroadss