NumberInput #1273
Answered
by
gvreddy04
RiaanBergh
asked this question in
Q&A
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 ? |
Answered by
gvreddy04
May 13, 2026
Replies: 1 comment
|
@RiaanBergh You can try CurrencyInput without symbol. Docs Link: https://docs.blazorbootstrap.com/forms/currency-input |
0 replies
Answer selected by
gvreddy04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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