react-datetimerange-picker
react-datetimerange-picker copied to clipboard
Can I restrict user type full year before triggering on change
I am using the component to select a start and end date, and we trigger the api once the user change the date. When user try to update the year by typing just one integer the component is triggering the onChange handler. Is there way I can force the user enter all the 4 digit before triggering on change.