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!
The filter results are reset and all items in the datasource are displayed in the popup when click and scroll using scrollbar.
Sample: https://stackblitz.com/edit/m4jqbn?file=index.ts
Replication procedure:
1. Run the above sample.
2. Type “new” in the input, the items (new1,new2,…. new10) are filtered and shown in dropdown.
3. Scroll the item using scrollbar.
4. Actual: The "filter results" are deleted and all items are shown in the dropdown again.
5. Expected: The "filter results" should stay when using the mouse to scroll.