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

After selected the first item “politie” from the list, that item in the popup will be in hidden state. So while scrolling the headers duplicated and overlapped with items in Multiselect component with Grouping.

Empty


Sample: https://stackblitz.com/edit/c9xkym-dq1fhm?file=index.ts

Replication procedure:

1. Open the above stackblitz link.

2. Open the Multiselect and choose first item “Politie”

3. Open the dropdown.

4. Move the cursor under the first header and scroll the popup using mouse.

5. Actual: The headers overlapped with the items in the list.

6. Expected: The headers should not be overlapped.