- Checkpoint

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-08-21 21:04:52 -04:00
parent 7d6aa8489d
commit 41c446ddb3

View File

@@ -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);
}
},