Blazor Numeric TextBox - Restrict Decimals
This example demonstrates the decimal functionalities of the Numeric TextBox. Type a value in the input element to change dynamically, and it allows maximum of 3 decimal digits.
The Numeric Textbox provides an option to restrict the number of decimal values, by using the Decimals property. To restrict the number of decimal values on typing, use the Decimals and ValidateDecimalOnType properties.
See also