vuetifyjs/vuetify

[Bug Report][3.7.2] Browser address autofill not populating states or countries

Open

#20560 opened on Oct 8, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (40,995 stars) (7,139 forks)batch import
C: VAutocompleteC: VSelectT: buggood first issue

Description

Environment

Vuetify Version: 3.7.2 Vue Version: 3.5.11 Browsers: Firefox 131.0 OS: Windows 10

Steps to reproduce

  1. Add a saved address in your browser's settings.
  2. Load the selected demo. It includes two different address forms - one with a <v-select> for states and countries, the other with a <v-autocomplete>.
  3. Click into the Name field for one of the forms and select the saved address.

Expected Behavior

All fields should be populated from the saved address in the browser.

Actual Behavior

The "State" and "Country" fields are not populated.

Reproduction Link

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

Other comments

There are a couple of other issues reporting this, but they all appear to have been closed - including one that was closed as "Complete". I am using the latest version of Vuetify and it isn't actually fixed.

After searching on this issue, I have seen some suggestions that a <v-autocomplete> should be used instead of a <v-select>, but as seen in the demo, neither one actually works.

Contributor guide