Blazor Numeric TextBox - Custom Format
This example demonstrates the custom format functionalities of the Numeric TextBox component. The value of the Numeric TextBox will be displayed with the defined custom format while typing a value or changing a value using up/down buttons in the input boxes.
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.
In this demo, the Numeric TextBox component is rendered with the custom format ###.## km.
See also