Component: Dropdown virtualScroll filter bug #16954
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
p-scroller doesn't update the initial scroll after clearing filters.
only happens when using filter="true" and virtualScroll="true" in combination
After clearing the filter again:
Environment
Angular: 19.0.0
PrimeNG: 17.18.12
Reproducer
https://stackblitz.com/edit/pkujrn?file=package.json
Angular version
19.0.0
PrimeNG version
17.18.12
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.12.2
Browser(s)
Chrome
Steps to reproduce the behavior
Expected behavior
After clearing the filtered value the height of the p-scroller > div should adjust back to the inital state (200px)
The text was updated successfully, but these errors were encountered: