new feature:
new prop onDateSelect added
that triggered when the user select a date and will return the selected date
why:
this feature is so useful when we want a date even if it's selected
how:
I have written condition in day.js file that checks if touched date is selected or not and based on that condition
onDateSelect and onDateChange
would be called
new feature: new prop onDateSelect added that triggered when the user select a date and will return the selected date why: this feature is so useful when we want a date even if it's selected how: I have written condition in day.js file that checks if touched date is selected or not and based on that condition onDateSelect and onDateChange would be called