BPT

Text Area

The BptTextArea component provides a multiline text input with two render modes (native textarea or contenteditable div), auto-scaling, and character limit support.

TextArea Parameters

Value:

Current Configuration
📋 [+]
<BptTextArea @bind-Value="textValue"
             OnTextChanged="HandleTextChanged"
             OnFocusIn="HandleFocusIn"
             OnFocusOut="HandleFocusOut" />

@code {
private string textValue = "";

private void HandleTextChanged(string text)
{
    // Handle text change
}

private void HandleFocusIn()
{
    // Handle focus in
}

private void HandleFocusOut()
{
    // Handle focus out
}
}
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.