IsabyteNumericInput
API reference for IsabyteNumericInput — parameters, event callbacks, and related configuration.
IsabyteNumericInput
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 | — | |
ShowStepButtons | bool | — | |
Label | string | Nullable | — |
ShowFormattedPreview | bool | — | |
ThousandSeparator | string | Nullable | — |
ShowRangeSlider | bool | — | |
TextAlignment | NumericTextAlignment | — | |
Culture | CultureInfo | Nullable | — |
IsabyteAppState | IsabyteRootComponentBase | CascadingNullable | — |
CultureState | IsabyteCultureState | CascadingNullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
ValueChanged | EventCallback<decimal> | — | |
OnValueEntered | EventCallback<decimal> | — | |
OnFocusIn | EventCallback | — | |
OnFocusOut | EventCallback | — |