You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Listbox component, on class: .p-listbox-list-wrapper, max-height: 200px; is applied
This forced the body of Listbox do have maximum height of 200px.
I had to use ::ng-deep & !important to override this problem
Environment
Angular 16, PrimeNG 16
Reproducer
No response
Angular version
16.2..12
PrimeNG version
16.9.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.10.0
Browser(s)
Chrome, Opera
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered:
In listbox, scrollHeight input is set to 200px by default, you can use it by <p-listbox scrollHeight="auto"/>. You don't need to use ng-deep or CSS to override it.
cetincakiroglu
added
question
Issue contains a question about the use of PrimeReact components or the products it supports
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Jan 8, 2024
Describe the bug
In Listbox component, on class: .p-listbox-list-wrapper, max-height: 200px; is applied
This forced the body of Listbox do have maximum height of 200px.
I had to use ::ng-deep & !important to override this problem
Environment
Angular 16, PrimeNG 16
Reproducer
No response
Angular version
16.2..12
PrimeNG version
16.9.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.10.0
Browser(s)
Chrome, Opera
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: