live_select icon indicating copy to clipboard operation
live_select copied to clipboard

Add update_selection/1 to dynamically change the selection

Open shamanime opened this issue 1 year ago • 1 comments

Closes https://github.com/maxmarcon/live_select/issues/68.

This allows updating the selection by passing a function with 1 arity to :update_selection.

It can be used to add/filter values from the existing selection without passing the whole selection as a value.

shamanime avatar Jun 09 '24 23:06 shamanime

Thanks @shamanime for your efforts! I will take a look at this soon

maxmarcon avatar Jun 10 '24 04:06 maxmarcon