You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem is that onSelect is called with a single value not the whole array. The reason is because interpolate function is used to update internal state but not for calling onSelect.
I will try to create PR.
The text was updated successfully, but these errors were encountered:
I am trying to use this library with multi selection on.
Problem is that
onSelect
is called with a single value not the whole array. The reason is because interpolate function is used to update internal state but not for callingonSelect
.I will try to create PR.
The text was updated successfully, but these errors were encountered: