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

While filtering the value and press the ESC key the @bind-value returns to null.


Replication procedure :


1. Open the popup and type “r” and now press the “esc” key.

2.  Now, see the issue that the text is changed from "The current value is: 'MyValueM'" to "The current value is: ''". The original value "MyValueM" is still displayed in the dropdown.


Current Output:”@bind-value” returns false while press the esc key.


Expected Output: “@bind-value” should return the dropdown value.