You have changed the default behavior of the onChange event from firing on every keystroke to onBlur or Enter. This causes a conflict with the popular form library Formik, which is used in your ...
I'm try to build a custom widget for my form. I have build a CustomDataPicker and it works: const CustomDatePicker = function(props) { return ( <DatePicker date ...