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!
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:
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.