-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component: Dropdown Auto Scroll- UI Issue #17039
Comments
This seems some generic problem introduced in 17.18.13 with virtual scrolling. The list of options is not filled anymore on initial rendering. See also the samples Look like it works ok on the v18 version. But would be nice to have a fix in the v17 branch until v18/ v19 is more stable |
Describe the bug
The issue occurs when using the dropdown component with virtual scroll support in PrimeNG. When typing in the filter, the suggestions should be displayed in the overlay panel. However, it seems that the height of the overlay panel is set to a very small amount, around 5px, which makes all the autocomplete suggestions appear to be missing.
As a quick fix downgrading to 17.18.12 solved the issue.
Environment
17.18.13
Reproducer
No response
Angular version
18.2.12
PrimeNG version
17.18.13
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
v20.16.0
Browser(s)
chrome 131.0.6778.110
Steps to reproduce the behavior
Expected behavior
It should display the overlay panel with correct hieght and values
The text was updated successfully, but these errors were encountered: