method
TextareaField.Hooks
Hooks replaces the complete field lifecycle hook group.
Arguments
| Argument | Type | Description |
|---|---|---|
value | Hooks[string] | The value value. |
Returns
The declared result.
TextareaFieldFull signature
func (f TextareaField) Hooks(value Hooks[string]) TextareaFieldRelated types
TextareaFieldTextareaField configures a multi-line text field.