Jet\Form_Field_Textarea / Form_Field::TYPE_TEXTAREA
Represents a form field for entering long multi-line text.
The Jet\Form_Renderer_Field_Input_Textarea renderer is used to display the form field itself.
Default error codes
| Code | Meaning of |
|---|---|
| Form_Field::ERROR_CODE_EMPTY | The field is marked as required and the value is not specified. |