Open
Description
Version
2.7.14
Reproduction link
Steps to reproduce
- Focus an input in the list
- Scroll up, the input still has the focus (row reused)
- Scroll down, the input loose the focus (row rendered)
What is expected?
Elements should not be re-rendered when scrolling down (same behavior as scroll up)
What is actually happening?
When scrolling up, only new elements are rendered.
When scrolling up, all elements are rendered
Work as expected in Vue 3 (codepen: https://codepen.io/thel-rico/pen/mdjqVZJ)
Metadata
Metadata
Assignees
Labels
No labels