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!
Sample: Syncfusion Blazor Playground: Write, Edit, Compile & Share Code for Blazor Components
Replication procedure:
1. Run the sample.
2. Select a value using the Tab key in mention component.
3. Note that the selected value is not properly updated in the parent component (TextBox).
Expected Output: The selected value should be updated in the parent component (TextBox) when using the Tab key.
Current Output: The selected value is not updated in the parent component (TextBox) when using the Tab key.