2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-26 04:34:04 +03:00

disable autocomplete

fixes #324
This commit is contained in:
Jeff
2017-12-05 17:08:54 -08:00
parent f5d99a05f2
commit 926899353d
+1
View File
@@ -308,6 +308,7 @@
@focus="onSearchFocus"
type="search"
class="form-control"
autocomplete="false"
:disabled="disabled"
:placeholder="searchPlaceholder"
:tabindex="tabindex"