Introduction
To create and update records, you can use the following components:
Inputs
Section titled “Inputs”- ArrayInput
- AutocompleteArrayInput
- AutocompleteInput
- BooleanInput
- FileInput
- NumberInput
- RadioButtonGroupInput
- ReferenceArrayInput
- ReferenceInput
- SelectInput
- SimpleForm
- SimpleFormIterator
- TextInput
Common props:
source
: path to record fieldlabel
: custom label (string or false to hide)defaultValue
validate
: validator / array of validatorshelperText
: extra help under the control (string translates)disabled
,readOnly