Open shamanime opened 5 months ago
Closes https://github.com/maxmarcon/live_select/issues/68.
This allows updating the selection by passing a function with 1 arity to :update_selection.
:update_selection
It can be used to add/filter values from the existing selection without passing the whole selection as a value.
Thanks @shamanime for your efforts! I will take a look at this soon
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.