elm-select
elm-select copied to clipboard
Conditionally Keep Menu Open
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.