Make date input clearable
This commit is contained in:
parent
a0a9b0c4e6
commit
776000847f
|
|
@ -206,7 +206,7 @@ function ApiFormField({
|
|||
<DateInput
|
||||
radius="sm"
|
||||
{...definition}
|
||||
date={undefined}
|
||||
clearable={!definition.required}
|
||||
onChange={(value) => onChange(value)}
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue