Multi-line inputs for forms
In order to set a maximum height for the textarea component, you'll need to add a class and declare the max-height via CSS. Notice that resizing the textarea below will not exceed 200px.
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
Disable placeholder wrapping
When false, suppresses in-component validation error messages and shaking animations.
Event emitted everytime a user highlights a text in the textarea