Material Design NumericUpDown for Blazor, text fields allow users to input, edit, and select text.
| Name | Type | Description |
|---|---|---|
| TValue | Generic argument | sbyte, byte, short, ushort, int, uint, long, ulong, char, float, double, decimal, decimal? |
| AllowInput | Boolean | |
| Attributes | Dictionary<String,Object> | Gets or sets a collection of additional attributes that will be applied to the created element. |
| Box | Boolean | |
| ChildContent | RenderFragment | Child content of MatNumericUpDownField |
| Class | String | Specifies one or more classnames for an DOM element. |
| DecimalPlaces | Int32 | |
| Dense | Boolean | |
| Disabled | Boolean | |
| FieldType | MatNumericUpDownFieldType | |
| Format | String | |
| FullWidth | Boolean | |
| HelperText | String | |
| HelperTextPersistent | Boolean | |
| HelperTextValidation | Boolean | |
| HideClearButton | Boolean | |
| Icon | String | |
| IconOnClick | EventCallback<MouseEventArgs> | |
| IconTrailing | Boolean | |
| Id | String | |
| InputAttributes | IDictionary<String,Object> | |
| InputClass | String | Css class of input element |
| InputStyle | String | Style attribute of input element |
| Label | String | |
| Maximum | TValue | |
| Minimum | TValue | |
| OnFocus | EventCallback<FocusEventArgs> | |
| OnFocusOut | EventCallback<FocusEventArgs> | |
| OnInput | EventCallback<ChangeEventArgs> | |
| OnKeyDown | EventCallback<KeyboardEventArgs> | |
| OnKeyPress | EventCallback<KeyboardEventArgs> | |
| OnKeyUp | EventCallback<KeyboardEventArgs> | |
| Outlined | Boolean | |
| PlaceHolder | String | |
| ReadOnly | Boolean | When true, it specifies that an input field is read-only. |
| RefBack | ForwardRef | |
| Required | Boolean | |
| Step | TValue | |
| Style | String | Specifies an inline style for an DOM element. |
| TextArea | Boolean | |
| Type | String | |
| ValidationDisabled | Boolean | |
| Value | TValue | Gets or sets the value of the input. This should be used with two-way binding. |
| ValueChanged | EventCallback<TValue> | Gets or sets a callback that updates the bound value. |
| ValueExpression | Expression<Func<TValue>> | Gets or sets an expression that identifies the bound value. |
| Ref | ElementReference | Returned ElementRef reference for DOM element. |
MatNumericUpDownField supports different generic types