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
I have an serious problem. My app has a sidebar (div)with overflow enabled. We construct a menu using the listbox component. The problem is the when we expand a listbox it has a scroll bar because the number of items are greater than the visible area. If I we remove the 200px height, all the items(listboxes) can be fully expanded. The problem is the div containing the listboxes is scrollable beyond the maximum number of listboxes that it contains. In other words, we have a huge white spaces after the last listbox component We did not have this problem in the previous versions of primeng. I went to check the code on the repo and they are not the same. As of version 16.9 we have the scrollHeight.?
The text was updated successfully, but these errors were encountered:
nesanmano
changed the title
primeng 16.6 forces a default height of 200px on the listbox
primeng 16 forces a default height of 200px on the listbox
May 3, 2024
So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you open a new issue so we can include it in our roadmap?
Thanks a lot for your understanding!
Best Regards,
I have an serious problem. My app has a sidebar (div)with overflow enabled. We construct a menu using the listbox component. The problem is the when we expand a listbox it has a scroll bar because the number of items are greater than the visible area. If I we remove the 200px height, all the items(listboxes) can be fully expanded. The problem is the div containing the listboxes is scrollable beyond the maximum number of listboxes that it contains. In other words, we have a huge white spaces after the last listbox component We did not have this problem in the previous versions of primeng. I went to check the code on the repo and they are not the same. As of version 16.9 we have the scrollHeight.?
The text was updated successfully, but these errors were encountered: