Options
Name | Type | Required |
---|---|---|
name | string | |
label | string | |
helperText | string | |
description | string | |
isDisabled | boolean | |
isReadOnly | boolean | |
showTodayButton | boolean | |
todayButtonLabel | string | |
closeOnDaySelect | boolean | |
isClearable | boolean |
In order to fully leverage material UI styling, this component accepts a number of different props. These props are distributed to respective components.
To avoid manually setting common styles and props to each field in schema, please use the global components props in component mapper.
name | type | default | target component |
---|---|---|---|
FormFieldGridProps | object | {} | Grid |
DatePickerProps | object | {} | Date picker |