Open emreseyit opened 3 months ago
Why?
It's affecting UX and this feature was not available in the migrated project from Vue 2 to Vue 3. Customers are annoyed by this feature and I had to write a patch to remove it.
I have a similar problem. With a long multiple list, after each selection of an item I get an automatic scroll to the first selected item. I added your parameter (auto-scroll), but this parameter did not change anything. Do you have any ideas?
we also suffer from the same "unwanted feature". Why auto-scroll to the selected? Users want to see the whole list. And if the value is hidden on the top, then the user immediately thinks that that value doesn't exist.
Problem to solve
VSelect opens without scrolling to the selected item and also shows it as an option.
Proposed solution
Add a prop to disable auto scrolling. It can be named
disable-auto-scroll
and befalse
as default. The code line that prop going to added to.I have a demo here. Code is like below: