Skip to content

Commit cd53e5d

Browse files
committed
Disable browser autocomplete FIX
1 parent bdb2963 commit cd53e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
@focus="onSearchFocus"
337337
type="search"
338338
class="form-control"
339-
autocomplete="false"
339+
autocomplete="off"
340340
:disabled="disabled"
341341
:placeholder="searchPlaceholder"
342342
:tabindex="tabindex"

0 commit comments

Comments
 (0)