Options
Name | Type | Required |
---|---|---|
name | string | |
label | string | |
helperText | string | |
description | string | |
isDisabled | boolean | |
isReadOnly | boolean | |
options | array |
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 |
FormControlProps | object | {} | Form Control |
FormGroupProps | object | {} | Form Group |
FormControlLabelProps | object | {} | Form Control Label |
CheckboxProps | object | {} | Checkbox |
FormLabelProps | object | {} | Form label |
FormHelperTextProps | object | {} | Form helper text |