BptTextInput
API reference for BptTextInput — parameters, event callbacks, and related configuration.
BptTextInput
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
Enabled | bool | — | |
Value | string | — | |
Placeholder | string | — | |
Disabled | bool | — | |
CssClass | string | — | |
Style | string | — | |
Validation | TextValidation | — | |
IsPassword | bool | — | |
ConfirmPlaceholder | string | — | |
MinLength | int? | Nullable | — |
MaxLength | int? | Nullable | — |
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
ValueChanged | EventCallback<string> | — | |
OnCharacterEntered | EventCallback<string> | — | |
OnFocusIn | EventCallback | — | |
OnFocusOut | EventCallback | — | |
OnInputValidated | EventCallback<bool> | — |