lanjingling0510 / react-mobile-datepicker

🙊 👻 look a demo, Please imitate mobile environment.
https://codepen.io/lanjingling0510/pen/LRpOYp?editors=1010
MIT License
303 stars 148 forks source link

Unable to select date in chrome #54

Open swapanil opened 4 years ago

swapanil commented 4 years ago

It is working in android mobile but not able to select date while using in chrome in Mac book.

Here is version details:

"react-mobile-datepicker": "^4.0.2", "react": "^16.9.0",

Can you please help me on this

Here is my code:

<DatePicker value={dateOfBirth || new Date()} isOpen={isPickerOpen} confirmText="Confirm" cancelText="Cancel" min={new Date(1900, 0, 1)} onSelect={handleDateChange} onChange={handleDatePickerChange} onCancel={handleCancelDate} />