vuetifyjs/vuetify
View on GitHub[Bug Report][3.7.2] Browser address autofill not populating states or countries
Open
#20560 opened on Oct 8, 2024
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
- Add a saved address in your browser's settings.
- 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>. - Click into the
Namefield 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.