@@ -95,7 +95,6 @@ const DateTimePicker = ({ value, onChange, onBlur, id, onlyFuture, onlyToday, is
|
||||
setIsManualInput(false);
|
||||
onChange(dayjs());
|
||||
} else if (e.key.toLowerCase() === "enter") {
|
||||
e.preventDefault();
|
||||
handleBlur(e);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user