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
Virtualized lists work because they expect every item to have the same or predictable size. The goal of virtualized tables or scrolling is to render a long list of data in a performant way without overloading the DOM. This is not a bug. You'll have to implement your own virtualized scrolling solution that will be able to handle this use case, but I suspect it will come with tradeoffs.
Environment
Vuetify Version: 3.6.11
Vue Version: 3.4.29
Browsers: Edge 126.0.0.0
OS: Windows 10
Steps to reproduce
Run the reproduction link. Observe that with no edits textarea have 1 row even for very long strings, where expected to grow.
Expected Behavior
Expected that textarea will grow if necessary during the first render
Actual Behavior
Textarea no growing, until edit is done. Once edit is done, it is growing as expected.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: