vuetifyjs/vuetify

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

Open

Aperta il 30 ott 2025

Vedi su GitHub
 (1 commento) (1 reazione) (0 assegnatari)TypeScript (40.995 star) (7139 fork)batch import
C: VAutocompleteT: buggood first issue

Descrizione

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

Guida contributor