2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

added regression test to make sure tags are removed when close is clicked, commit 48dbade broke that functionality

This commit is contained in:
Jeff Sagal
2016-03-14 11:59:01 -07:00
parent 0729e7f2e2
commit eeffc32d07
3 changed files with 24 additions and 6 deletions
+3 -3
View File
@@ -221,9 +221,9 @@
this.value = option
}
} else {
// if (this.multiple) {
// this.value.$remove(option)
// }
if (this.multiple) {
this.value.$remove(option)
}
}
if (!this.multiple) {