BptNumericInput
API reference for BptNumericInput — parameters, event callbacks, and related configuration.
BptNumericInput
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
Enabled | bool | — | |
Value | decimal | — | |
Placeholder | string | — | |
Disabled | bool | — | |
CssClass | string | — | |
Style | string | — | |
Validation | NumericValidation | — | |
MinValue | decimal? | Nullable | — |
MaxValue | decimal? | Nullable | — |
Step | decimal? | Nullable | — |
Decimals | int? | Nullable | — |
DecimalPlaces | int? | Nullable | — |
ShowCurrencySymbol | bool | — | |
ShowLeadingSymbol | bool | — | |
ShowTrailingSymbol | bool | — | |
Label | string | Nullable | — |
ShowFormattedPreview | bool | — | |
ThousandSeparator | string | Nullable | — |
ShowRangeSlider | bool | — | |
TextAlignment | NumericTextAlignment | — | |
Culture | CultureInfo | Nullable | — |
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
ValueChanged | EventCallback<decimal> | — | |
OnValueEntered | EventCallback<decimal> | — | |
OnFocusIn | EventCallback | — | |
OnFocusOut | EventCallback | — |