MuiTextArea#
@palmyralabs/rt-forms-mui · form/MuiTextArea.tsx
Overview#
Multi-line variant — MUI TextField with multiline enabled.
Props — ITextFieldDefinition & TextFieldProps#
Common field props plus MUI TextFieldProps (rows, minRows, maxRows, variant, …).
Ref — ITextField#
Same as MuiTextField.
Example#
<MuiTextArea
attribute="address"
label="Address"
rows={4}
colspan={2}
/>