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

When two components render the same page with two-way binding value property and the focus moved dynamically by both components using mouse action the UI freeze.


Sample link: https://www.syncfusion.com/downloads/support/common/3893/ze/MauiApp6_535e122e.zip


Replication procedure:

1. Run the sample

2. Focus the first textbox and type some character

3. Noe focus moved to second component using mouse and type some character

4. Follow the 2 and 3 procedure vice-verse

5. See the issue

Expected: UI does not freeze, and focus need to move one component to other component using mouse action.


Output: UI freeze and focus does not move one component to other component using mouse action.