react-multi-date-picker
react-multi-date-picker copied to clipboard
onChange doesn't work with minDate and maxDate
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.