2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-01 05:54:03 +03:00

Merge pull request #438 from enid-colic/browser_autocomplete_fix

Disable browser autocomplete FIX
This commit is contained in:
Jeff
2018-01-23 14:12:50 -08:00
committed by GitHub
+1 -1
View File
@@ -336,7 +336,7 @@
@focus="onSearchFocus"
type="search"
class="form-control"
autocomplete="false"
autocomplete="off"
:disabled="disabled"
:placeholder="searchPlaceholder"
:tabindex="tabindex"