BptTextArea
API reference for BptTextArea — parameters, event callbacks, and related configuration.
BptTextArea
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Enabled | bool | — | |
Value | string | — | |
Placeholder | string | — | |
Disabled | bool | — | |
CssClass | string | — | |
Style | string | — | |
RenderMode | TextAreaRenderMode | — | |
AutoScale | TextAreaAutoScale | — | |
MaxLength | int? | Nullable | — |
Rows | int | — | |
ShowFontScaleButtons | bool | — | |
MinFontSize | int | — | |
MaxFontSize | int | — | |
Transparent | bool | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
ValueChanged | EventCallback<string> | — | |
OnTextChanged | EventCallback<string> | — | |
OnFocusIn | EventCallback | — | |
OnFocusOut | EventCallback | — |