Form Textarea
Form textarea component.
Textarea, Personalization Blocks
This content is part of TallStackUI personalization.
Example:
TallStackUi::personalize() ->form('textarea') ->block('block', 'classes');
The soft personalization should be done in boot
method of service providers.
An option to display an asterisk indicating that the field is required.
An option to auto increase the size of textarea.
An option to show the number of characters.
An option to not show validation error message.