NumberInput #1273
-
|
How would you go about forcing number formatting if the property value is 1 the NumberInput should display 1.00 ? Basically the input box should always be in F2 format 1.00 or 1.10 or 1.12 etc
I've also tried FormatString any ideas ? Is this even possible with blazor boostrap atm ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@RiaanBergh You can try CurrencyInput without symbol. Docs Link: https://docs.blazorbootstrap.com/forms/currency-input |
Beta Was this translation helpful? Give feedback.
@RiaanBergh You can try CurrencyInput without symbol.
Docs Link: https://docs.blazorbootstrap.com/forms/currency-input
Demo Link: https://demos.blazorbootstrap.com/form/currency-input