Baptiste Devessier
2025-11-26 14:45:05 +01:00
committed by GitHub
parent 996ccd8353
commit dc2c2c413c
16 changed files with 49 additions and 19 deletions
@@ -109,6 +109,7 @@ export const DateInput = ({
return (
<div ref={wrapperRef}>
<DatePicker
instanceId={instanceId}
date={internalValue ?? null}
onChange={handleChange}
onClose={handleClose}