Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, 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

Hello

I would like to report a bug in multiselectdropdown. Items are custom rendered in table. Implemented is custom sorting that is set on "query" property. After custom sort operation, the next time the dropdown is opened items are not rendered.

Here is the sample: 

https://stackblitz.com/edit/angular-ivy-9zlcrr

Steps to reproduce the problem (images attached):

  1. Run the sample
  2. Open the popup using button (01)
  3. click on one of the headers for sorting: col1 | col2 | col3 (Up or Down appears) (02)
  4. close the popup with clicking on empty space outside multiselect popup and not on button or escape (03)
  5. open the popup using button (04)
  6. items are not rendered (05)

Thank you