Issue with LsitBox and style since 17.18.4 #16051
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
I have following List box:
with Version 17.18.3 it produces this HTML as expected:
with max-height 70vh
however after updateing to primeng 17.18.4 in package.json (it's the only package update in my test) the 70vh from [listStyle] is gone ad is replaced with 200px from i don't know where:
Environment
Debian12
Node v18.16.1
"typescript": "5.3.2"
recently update all packages
Reproducer
No response
Angular version
17.3.12
PrimeNG version
17.18.4
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
v18.16.1
Browser(s)
latest Chrome
Steps to reproduce the behavior
use a p-listbox with [listStyle]="{'max-height':'70vh'}"
Expected behavior
the inner element of the listbox uses the max-height as provided by listStyle (but it just uses 200px hard?)
The text was updated successfully, but these errors were encountered: