NumberInput #1273
RiaanBergh
started this conversation in
General
NumberInput
#1273
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
<NumberInput TValue="double?" Format="F2" class="no-spinners" Step="0.01" id="EOH" @bind-Value="@Emp!.Len"></NumberInput>I've also tried FormatString any ideas ? Is this even possible with blazor boostrap atm ?
Beta Was this translation helpful? Give feedback.
All reactions