Closed
Description
There is already issue in react-datepicker: Hacker0x01/react-datepicker#730
Posting here also because not certain which component should fix this.
I have repository for reproducing it here: https://github.com/tume/select-datepicker-conflict
You can see the issue when first opening the calendar and then switching to react-select.
I have some more speculation about the cause in react-datepicker issue but it looks like to be problem with onBlur/mousedown event ordering if I'm correct. Would appreciate if you have any comments on this or how to fix it....