2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

Disable browser autocomplete FIX

This commit is contained in:
enid-colic
2018-01-23 21:41:47 +01:00
parent bdb2963e93
commit cd53e5d1c4
+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"