vuetifyjs/vuetify

[Bug Report][3.10.7] VAutocomplete's input value

Open

#22,270 建立於 2025年10月30日

在 GitHub 查看
 (1 留言) (1 反應) (0 負責人)TypeScript (40,995 star) (7,139 fork)batch import
C: VAutocompleteT: buggood first issue

描述

Environment

Vuetify Version: 3.10.7 Vue Version: 3.5.21 OS: macOS 10.15.7 (current)

Steps to reproduce

  1. Open the repro and inspect DOM to see that input value is empty

Expected Behavior

When I have an autocomplete component with items and a default value with v-model or :model-value I would expect component's input value to be populized. It used to be like that in Vuetify 2.* and we had lots of Cypress tests counting on that the input's value is filled.

Actual Behavior

Input's value is empty until you click/interact with the component. It's also cleared after selection or blur.

Reproduction Link

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

Other comments

Is this intentional change?

Images

貢獻者指南