react-multi-date-picker icon indicating copy to clipboard operation
react-multi-date-picker copied to clipboard

onChange doesn't work with minDate and maxDate

Open m-alnammas opened this issue 1 year ago • 3 comments

i'm building a custom form and i need to validate the user input when typing the date as well as when selecting. the problem i'm facing is that the onChange function doesn't work when typing if i provide a minDate and a maxDate. if i remove the minDate and maxDate props and type the date the onChange works. the onChange only works when the user input is within the min and max range.

m-alnammas avatar Aug 19 '24 08:08 m-alnammas