DateInputPropsinterface
{
min?: PossibleDate | undefined;
max?: PossibleDate | undefined;
input?: DateInputType | undefined;
step?: number | undefined;
}| Property | Type | |
|---|---|---|
.min | PossibleDate | Values that can be converted to dates. |
.max | PossibleDate | Values that can be converted to dates. |
.input | DateInputType | type="" prop for HTML <input /> tags that are relevant for dates. |
.step | number |
Props for DateInput, a date/time <input> that emits an ISO string value.