Multi-line inputs for forms
Default validation
Default textarea without showing validation error message
Dynamic validation on blur - First validation happens only on blur, and validates on keyup once an error exists
Set to `true` to automatically adjust the height of the text area when typing
Maximum height in pixels the text area will grow. `autoGrow` must be true to have an effect. Minimum height is always the default height based on `rows`.
Hides max character counter when blurred out of field
Position in the footer of the clear button. Input does nothing if `maxCharacter` is enabled, it will always go to the opposite side of `maxCharacter`
Displays current/max characters when maxCharacter is provided
First validation happens only on blur/submit, and validates on keyup once an error exists
Sets aria label for accessibility when there is no associated visible text
Sets the color of the placeholder text
When false, suppresses in-component validation error messages and shaking animations.
Event emitted everytime a user highlights a text in the textarea