react-infinite-calendar icon indicating copy to clipboard operation
react-infinite-calendar copied to clipboard

Interpolate function is called after onSelect is called

Open MartinNuc opened this issue 5 years ago • 1 comments

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.

MartinNuc avatar Jul 13 '19 19:07 MartinNuc

Closed the PR since it hasn't been merged for one year.

MartinNuc avatar Jun 11 '20 19:06 MartinNuc