vuetifyjs/vuetify

[Bug Report][3.10.6] VAutocomplete with selection - scrolling down skips hundreds of items

已关闭

#22,531 创建于 2026年1月20日

 (3 条评论) (3 个反应) (0 位负责人)TypeScript (7,139 个派生)batch import
C: VAutocompleteT: bugT: regressiongood first issue

仓库指标

星标
 (40,995 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Environment

Vuetify Version: 3.11.6 Vue Version: 3.5.27 OS: macOS 10.15 (current)

Steps to reproduce

  1. Create an autocomplete with many items, a couple hundred at least, set an initial value somewhere in the list
  2. Click on autocomplete to bring up menu
  3. Hover over menu and scroll slightly with mouse wheel

Expected Behavior

Scrolling in autocomplete menu starts smoothly from initial scroll position

Actual Behavior

When starting to scroll the scroll position jumps away from the initial scroll position. In the example it jumps from 100 to 145 immediately and from there it's smooth again.

Reproduction Link

https://play.vuetifyjs.com/#...

https://github.com/user-attachments/assets/a2640e8f-156c-4c84-acef-5b9145358a75

贡献者指南