Need an Input to accept decimals and fractions
In my Blazor application, I wonder how I can allow an Input to accept either decimal numbers (e.g. 23.45) or fractions (e.g. 45 3/8)?
In my Blazor application, I wonder how I can allow an Input to accept either decimal numbers (e.g. 23.45) or fractions (e.g. 45 3/8)?