Form Textarea
Form textarea component.
Form Textarea, Personalization Blocks
Example:
TallStackUi::personalize() ->form('textarea') ->block('block', 'classes');
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.
The character count element uses an absolute position, make sure to leave space between the elements below the component. Otherwise the number may appear on top of the HTML elements.