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

Description :

When rendering n number of numeric textbox and continuously typing and focusing next numeric textbox using tab key, the first typed number is override by remaining numbers.

(Please check this issue with slow 3G)

Sample:   https://www.syncfusion.com/downloads/support/common/5373/ze/NumericTextBox_cc79d8e.zip


Replication Procedure:

  1. Run the sample.
  2. Fastly type 123...
  3. And press tab key.

Expected: 123… should maintain

Actual: But 1 is replaced with 23..


Validation Details:

Because while navigating using tab the focus is added to component and the value inside the component so while typing faster sometimes after entered first number to the next numeric textbox and then remaining value numbers are replaced.