mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +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:
Vendored
+3
-3
@@ -10338,9 +10338,9 @@ exports.default = {
|
||||
this.value = option;
|
||||
}
|
||||
} else {
|
||||
// if (this.multiple) {
|
||||
// this.value.$remove(option)
|
||||
// }
|
||||
if (this.multiple) {
|
||||
this.value.$remove(option);
|
||||
}
|
||||
}
|
||||
|
||||
if (!this.multiple) {
|
||||
|
||||
Reference in New Issue
Block a user