2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

resetOnOptionsChange true by default, remove redundant test

This commit is contained in:
Jeff Sagal
2016-07-11 16:29:18 -07:00
parent 7c96fb5813
commit 6eead7a702
2 changed files with 4 additions and 21 deletions
+1 -1
View File
@@ -391,7 +391,7 @@
*/
resetOnOptionsChange: {
type: Boolean,
default: true
default: false
},
},