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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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:

  1. Run the sample.

  2. Enter the value “-1”. Then focus out the component

  3. We can see the value which is -1 keep in the input.