react-datetimerange-picker icon indicating copy to clipboard operation
react-datetimerange-picker copied to clipboard

Can I restrict user type full year before triggering on change

Open suvvlab opened this issue 8 months ago • 0 comments

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.

suvvlab avatar Mar 18 '25 05:03 suvvlab