mmehdinasiri/react-calendar-datetime-picker

Close the calendar on selection

Closed this issue · 3 comments

Hi,
the calendar is not hidden when a date is selected. How can I hide the calendar on value selection?

In the meanwhile, you should click somewhere out of the calendar's modal.
But I am gonna do some refactoring in the future and add a prop that lets you close the calendar after selecting the date or keep it open.

Thank you.
Unfortunately, it has a bad user experience because user should click out of calendar for every date input.
Please add this feature as soon as possible.

I added autoClose to the new version (1.6.0), you can use it.
But be careful about the new version initValue prop, I have changed the flow of adding the initial value and it's very easier than the previous version.