NumberInput
This documentation provides a comprehensive reference for the
NumberInput component, guiding you through its configuration options.Screenshot #

Parameters #
| Name | Type | Default | Required | Description | Added Version |
|---|---|---|---|---|---|
| AdditionalAttributes | Dictionary<string, object>? | null | Gets or sets additional attributes that will be applied to the component. | 1.0.0 | |
| AllowNegativeNumbers | bool | null | |||
| AutoComplete | bool | null | |||
| Class | string? | null | Gets or sets the CSS class name(s) to apply to the component. | 1.0.0 | |
| Disabled | bool | null | |||
| EnableMinMax | bool | null | |||
| Id | string? | null | Gets or sets the ID. If not set, a unique ID will be generated. | 1.0.0 | |
| Locale | string | null | |||
| Max | object? | null | |||
| Min | object? | null | |||
| Placeholder | string? | null | |||
| Step | double? | null | |||
| Style | string? | null | Gets or sets the CSS style string that defines the inline styles for the component. | 1.0.0 | |
| TextAlignment | Alignment | null | |||
| Value | object? | null | |||
| ValueExpression | Expression<Func<object?>> | null |
Methods #
| Name | Return type | Description | Added Version |
|---|---|---|---|
| Disable() | Void | ||
| Enable() | Void |
Events #
| Name | Return Type | Description | Added Version |
|---|---|---|---|
| ValueChanged | EventCallback<object?> |