Hi,
I am using two NumericTextBox controls with limits as follows
<SfNumericTextBox Placeholder = "Component 1" TValue = "uint" Format = "n0" Value = "20"
Min = "20" Max = "60" FloatLabelType = "@ FloatLabelType.Always" />
<SfNumericTextBox Placeholder = "Component 2" TValue = "uint" Format = "n0" Value = "30"
Min = "30" Max = "80" FloatLabelType = "@ FloatLabelType.Always" />
with the up / down buttons everything works fine and even if I type a number out of range the first time, in both components.
However, when I type an out-of-range value again, in either component, the value is not corrected by the limits.
waiting
Greetings
Hi Sir ,
I am using four NumericTextBox controls with limits as follows
<SfNumericTextBox HtmlAttributes="@MaxLength16" TValue="double?" Min="0" Max="9999999999999999" Format="n4" Value="5"></SfNumericTextBox>
<SfNumericTextBox HtmlAttributes="@MaxLength15" TValue="double?" Min="0" Max="9999999999999999" Format="n4" Value="5"></SfNumericTextBox>
<SfNumericTextBox HtmlAttributes="@MaxLength14" TValue="double?" Min="0" Max="99999999999999" Format="n4" Value="5"></SfNumericTextBox>
<SfNumericTextBox HtmlAttributes="@MaxLength12" TValue="double?" Min="0" Max="999999999999" Format="n4" Value="5"></SfNumericTextBox>
<SfNumericTextBox HtmlAttributes="@MaxLength10" TValue="double?" Min="-20" Max="9999999999" Format="n2" Value="5"></SfNumericTextBox>
@code{
private Dictionary
private Dictionary
private Dictionary
private Dictionary
private Dictionary
}
Its problem was below the snap.
First, a numeric text box with a maximum length of 16 digits and a maximum value of "999999999999," but as I shift my focus, the text box's contents abruptly change. Why?