📄️ css
Adds a custom style to the TextArea control.
📄️ disabled
Optional. Defines whether an area is disabled
📄️ error
Optional. Defines whether error styling is applied to an area
📄️ id
Optional. Sets an id for inner HTML input
📄️ placeholder
Optional. Sets a placeholder for an area
📄️ readonly
Optional. Defines whether a textarea is read-only
📄️ title
Optional. Sets a tooltip text with additional info about the control
📄️ tooltip
Optional. Sets the tooltip text shown on hover when the control is wrapped in a Tooltip component
📄️ value
Optional. Sets the value of an area