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!>
Thanks for joining our community and helping improve Syncfusion products!
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.
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.