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!
Here, we have provided min as 0 and max as 100. If you are trying to enter the value “-1” which is less than min value then numeric textbox should reset to min value. But it keeps the entered value.
Issue reproducing sample: https://www.syncfusion.com/downloads/support/directtrac/329624/ze/StrictMode_d1dc006c
Replication procedure:
Run the sample.
Enter the value “-1”. Then focus out the component
We can see the value which is -1 keep in the input.