When autoResize is enabled, textarea grows instead of displaying a scrollbar.
+Textarea is used with the v-model property for two-way value binding.
+When disabled is present, the element cannot be edited and focused.
+Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
+An advisory text can be defined with the
Invalid state is displayed using the invalid prop to indicate a failed validation. You can use this style when integrating with form validation libraries.
+InputText provides small and large sizes as alternatives to the base.
+