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