2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-01 05:54:03 +03:00
This commit is contained in:
Jeff Sagal
2020-02-09 10:24:26 -08:00
committed by GitHub
parent 8763f4d648
commit b7c0d539c4
+1 -1
View File
@@ -978,7 +978,7 @@
'ref': 'search',
'role': 'combobox',
'type': 'search',
'autocomplete': 'off',
'autocomplete': this.autocomplete,
'value': this.search,
},
events: {