0
try putting this in your form
autocomplete="on"
- [Vuejs]-Display static map with VueLayers
- [Vuejs]-Generateing dynamic id attribute for radio and checkboxes in vue
0
You need to specify type
of the input field type="email"
Note: The autocomplete attribute works with the following types: text, search, url, tel, email, password, datepickers, range, and color.
- [Vuejs]-Clear and add markers again using marker.remove()
- [Vuejs]-Vue optionMergeStrategies Methods has no access to 'this' keyword
Source:stackexchange.com