vuetifyjs/vuetify

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

Open

#22.270 geöffnet am 30. Okt. 2025

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)TypeScript (40.995 Stars) (7.139 Forks)batch import
C: VAutocompleteT: buggood first issue

Beschreibung

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

Contributor Guide