vuetifyjs/vuetify

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

Open

#22270 opened on Oct 30, 2025

View on GitHub
 (1 comment) (1 reaction) (0 assignees)TypeScript (40,995 stars) (7,139 forks)batch import
C: VAutocompleteT: buggood first issue

Description

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