|
@validationField
|
string
|
Yes
|
The field name in the changeset for validation.
|
|
@changeset
|
ImmerChangeset
|
Yes
|
The changeset object for form validation.
|
|
@label
|
string
|
No
|
The label for the textarea field.
|
|
@placeholder
|
string
|
No
|
The placeholder text for the textarea field.
|
|
@mandatory
|
boolean
|
No
|
Whether the textarea field is mandatory.
|
|
@disabled
|
boolean
|
No
|
Whether the input field is disabled.
|
|
@onChange
|
Function
|
No
|
The action to be called when the value changes.
|
|
@changeEvent
|
string
|
No
|
The event to trigger the onChange action.
|
|
@maxLength
|
number
|
No
|
The maximum length of the textarea field.
|