A textarea component for user input.
For more examples, visit the Storybook.
StudsTextarea
PropsThe placeholder text for the textarea.
The controlled value of the textarea.
The default value of the textarea.
If true, the textarea will be disabled.
If true, the textarea will be read-only.
The number of rows for the textarea.
The number of columns for the textarea.
The maximum length of the textarea.
The minimum length of the textarea.
If true, the textarea will be focused automatically.
If true, the textarea is required.
For more examples, visit the Storybook.
StudsTextarea
PropsThe placeholder text for the textarea.
The controlled value of the textarea.
The default value of the textarea.
If true, the textarea will be disabled.
If true, the textarea will be read-only.
The number of rows for the textarea.
The number of columns for the textarea.
The maximum length of the textarea.
The minimum length of the textarea.
If true, the textarea will be focused automatically.
If true, the textarea is required.
For more examples, visit the Storybook.
StudsTextarea
ParametersThe placeholder text for the textarea.
The controlled value of the textarea.
If true, the textarea will be disabled.
If true, the textarea will be read-only.
The number of rows for the textarea.
The number of columns for the textarea.
The maximum length of the textarea.
The tab index of the textarea.
Callback function that is called when the value changes.
Event callback that is triggered when the value changes.
The expression for the value of the textarea.
Specifies additional custom attributes that will be rendered by the component.
Gets or sets the callback that is invoked when the mouse enters an item.
Gets or sets the callback that is invoked when the mouse leaves an item.
A callback that will be invoked when the user right-clicks the component. Commonly used to display a context menu.
Gets or sets the culture used to display localizable data (numbers, dates). Set by default to “CultureInfo.CurrentCulture”.
Gets or sets the inline CSS style.
Gets or sets a value indicating whether this “T:Studs.StudsComponent” is visible. Invisible components are not rendered.