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!

8
Votes

When we have a numeric textbox set with StrictMode as false, and the linked value is reset to null the textbox is not clearing its value, it should be set as empty.

But if we try it with a numeric textbox with StrictMode as true it works fine as you can see in the gif

51168-sf-repro.gif

You can find the code used for this example in this playground

Repro steps

  1. Run the example
  2. Set a value manually or by using the spin buttons
  3. Click on the Clean button
  4. Note that only the input with 'strict mode - true' is cleared.

Expected result

  • The values of both inputs should be cleared