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
When using scrollable with virtualScrollerOptions, I'm unable to set the scollHeight to be that of the view port size. I found an issue from 2015 that was "fixed" based on a forum suggestion (issue #30) but I can't figure out how to set height to 100%
In the API documentation, scrollHeight is expected to be null, px or the keyword flex to make it dynamic.
tugcekucukoglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
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 5, 2024
We're unable to replicate your issue, if you are able to create a reproducer or add details please edit this issue. This issue will be closed if no activities in 20 days.
Describe the bug
When using scrollable with virtualScrollerOptions, I'm unable to set the scollHeight to be that of the view port size. I found an issue from 2015 that was "fixed" based on a forum suggestion (issue #30) but I can't figure out how to set height to 100%
In the API documentation, scrollHeight is expected to be null, px or the keyword flex to make it dynamic.
flex doesn't work
this may be related to change:
ac0aad6
style appears to be set to undefined, yet the next line shows what I think should be happening, where it's set to 100%
Reproducer
/
PrimeVue version
3.45.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
set scrollHeight to 100%
The text was updated successfully, but these errors were encountered: