react-infinite-calendar
react-infinite-calendar copied to clipboard
Interpolate function is called after onSelect is called
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 calling onSelect
.
I will try to create PR.
Closed the PR since it hasn't been merged for one year.