MadimetjaShika / vuetify-google-autocomplete

A Vuetify ready Vue.js autosuggest component for the Google Places API.

Home Page:https://madimetjashika.github.io/vuetify-google-autocomplete/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autocomplete field value not updatable....

mbigby opened this issue · comments

Chrome unfortunately no longer supports autocomplete="off". It is possible to disable autocomplete by setting other values of the autocomplete field, but this control hard-codes autocomplete="off".

Could we have a user settable attribute that is passed on to the interior v-text-field?