shahabyazdi / react-multi-date-picker

a simple React datepicker component for working with gregorian, persian, arabic and indian calendars
https://shahabyazdi.github.io/react-multi-date-picker/
MIT License
766 stars 90 forks source link

onBlur event is not present. #293

Open mhusnainee opened 2 months ago

mhusnainee commented 2 months ago

I need the onBlur event to validate the value. I also tried the onClose event, but onClose does not pass any arguments to its event handler.

shahabyazdi commented 1 month ago

Hi. Did you try the onChange method for validation? https://shahabyazdi.github.io/react-multi-date-picker/validation/