mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-01 05:54:03 +03:00
Merge pull request #438 from enid-colic/browser_autocomplete_fix
Disable browser autocomplete FIX
This commit is contained in:
@@ -336,7 +336,7 @@
|
||||
@focus="onSearchFocus"
|
||||
type="search"
|
||||
class="form-control"
|
||||
autocomplete="false"
|
||||
autocomplete="off"
|
||||
:disabled="disabled"
|
||||
:placeholder="searchPlaceholder"
|
||||
:tabindex="tabindex"
|
||||
|
||||
Reference in New Issue
Block a user