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

Sample: Syncfusion Blazor Playground: Write, Edit, Compile & Share Code for Blazor Components

 

 

  • When the mention popup value is selected using the Tab key, the selected value is not updated to the parent component (TextBox).
  • Only the UI is updated, and the value is not reflected in @bind-Value of TextBox.


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.