Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When TValue is int, Min validation is not working. It is working when TValue is decimal type.
Code Snippet :
<div <div <div <label><span <SfNumericTextBox <label>@RangeNumericValue1</label> </div> <div <label><span>It Works</span> TValue=decimal?</label> <SfNumericTextBox <label>@RangeNumericValue2</label> </div> </div> </div> |
Sample Link : https://www.syncfusion.com/downloads/support/directtrac/330519/ra/NumericText_48d29226
Replication Procedure :
1. Run the attached sample.
2. Focus the first numeric textbox and enter value less than 10 and focus out.
3. Value not reset to 10 (min value).
4. Focus the second numeric textbox and enter value less than 10 and focus out.
4. Value reset to 10 (min value).