-
Notifications
You must be signed in to change notification settings - Fork 195
Closed
Description
I'm setting the validRange in DatePickerInput, but the dialog allow type any date without validation.
Ex:
<DatePickerInput
locale="pt"
label="Data Inicial"
value={dataInicial}
onChange={(d) => setDataInicial(d!!)}
inputMode="start"
validRange={{
startDate: new Date(),
endDate: new Date()
}}
/>
Metadata
Metadata
Assignees
Labels
No labels