Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][3.6.11] v-textarea auto-grow doesnt work inside v-data-table-virtual #20127

Closed
uhrb opened this issue Jul 9, 2024 · 1 comment
Closed
Labels
S: stale This issue is untriaged and hasn't seen any activity in at least six months. S: triage

Comments

@uhrb
Copy link

uhrb commented Jul 9, 2024

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/#...

@github-actions github-actions bot added the S: stale This issue is untriaged and hasn't seen any activity in at least six months. label Jan 5, 2025
@MatthewAry
Copy link
Contributor

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.

@MatthewAry MatthewAry closed this as not planned Won't fix, can't repro, duplicate, stale Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: stale This issue is untriaged and hasn't seen any activity in at least six months. S: triage
Projects
None yet
Development

No branches or pull requests

2 participants