2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-20 03:09:36 +03:00

Merge pull request #385 from sagalbot/issue/324

disable autocomplete
This commit is contained in:
Jeff
2017-12-09 10:26:39 -08:00
committed by GitHub
+1
View File
@@ -308,6 +308,7 @@
@focus="onSearchFocus"
type="search"
class="form-control"
autocomplete="false"
:disabled="disabled"
:placeholder="searchPlaceholder"
:tabindex="tabindex"