Blazor Numeric TextBox - Default Functionalities
This example demonstrates the default functionalities of the Numeric TextBox component. Type a value in the input element to change the value dynamically, or press the up/down arrow button to increase/decrease the value with a predefined step value.
The Numeric TextBox provides an option to customize the display format of the numeric value using the Format property. It accepts standard numeric format strings and custom numeric format strings as specified in MSDN. The formatted value displays when the component is not focused.
The Numeric TextBox component is used to get number inputs from the user. Input values can be increased or decreased with a predefined step value.
In this demo, the default Numeric TextBox is rendered with percent and currency formats as specified in the MSDN documentation.
See also