vuetifyjs/vuetify

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

オープン

#20,560 opened on 2024/10/08

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (7,139 件のフォーク)batch import
C: VAutocompleteC: VSelectT: buggood first issue

Repository metrics

Stars
 (40,995 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド