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

Results 18 elm-select issues
Sort by recently updated
recently updated
newest added

the elm-select code inherits a lot of complexity from the original Kaizen design system code. There is a lot of tracking about what node gets a mousedown event fired first....

smelly code

# Context Currently there is no contributing specific information on the project which might cause friction for some folks that want to make some changes to the project. ## Proposed...

documentation

# Context The Native variant seems to ignore the set font family on the html document and so the styling looks different to the other examples. ## Proposed solution Set...

bug

# Context At the moment the search functionality is simple as hell. Essentially if the target string contains the string query it is a match and shows in the list....

enhancement

When a user keyboard focuses into the select the voice over and screen reader does not announce that the element is a combobox. The reason this happens is because keyboard...

accessibility

# Context RTL languages currently do not have a good experience with elm-select which is unacceptable. # Work to be done - RTL support should be baked in instead of...

accessibility

Safari has a known limitation that it won’t allow programmatic focus on inputs with click or `mousedown` events. As evident on custom select variants with `searchable True` config option. you...

bug

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...