Skip to content

Commit 5d5acb7

Browse files
authored
Merge pull request sagalbot#385 from sagalbot/issue/324
disable autocomplete
2 parents 54006e2 + 9268993 commit 5d5acb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Select.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@
308308
@focus="onSearchFocus"
309309
type="search"
310310
class="form-control"
311+
autocomplete="false"
311312
:disabled="disabled"
312313
:placeholder="searchPlaceholder"
313314
:tabindex="tabindex"

0 commit comments

Comments
 (0)