react-multi-date-picker
react-multi-date-picker copied to clipboard
After giving prop onOpenPickNewDate = false, whenever there is a re render the older date is shown
Hii, Current date or time is set on first time open, I came to know a prop needed to be added onOpenPickNewDate = false , After setting this prop to false whenever there is a re render the older state value is not getting vanished.
Thankyou
Hi Sorry for the late answer. Unfortunately, I did not understand what you mean, Could you please provide a minimal CodeSandbox example that demonstrates the bug you are seeing? I'd be happy to take a look and see if I can spot the cause.