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!

0
Votes

If custom filtering is configured and virtualization is enabled, the popup list items are not displayed properly after filtering and selecting a value.

Sample: Click here.


Replication procedure:

  • Run the sample.
  • Input "0001" and press the Tab key.
  • "TOKYO" will be displayed.
  • Delete "TOKYO" by pressing the Backspace key.
  • Input "0002" and select "0002: OSAKA" with a mouse click.
  • Open the ComboBox, and you will see "0001: TOKYO" and "0002: OSAKA" displayed.

Expected Output: Popup list items are needs to be displayed like when virtualization  disabled.

Current Output: After filtering the data, the popup list item is not updated correctly.