maxmarcon / live_select

Dynamic (multi)selection field for LiveView
https://hex.pm/packages/live_select
Apache License 2.0
185 stars 35 forks source link

Makes option remove keyboard accessible #36

Closed GregLMcDonald closed 1 year ago

GregLMcDonald commented 1 year ago

Changing the event handler from onmousedown to onclick improves support for keyboard navigation. Tested on Chrome and Safari.

Thanks for this great component!

maxmarcon commented 1 year ago

Thanks @GregLMcDonald !