Multi select issue solved..
This commit is contained in:
@@ -745,6 +745,10 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
real_model: function (value) {
|
real_model: function (value) {
|
||||||
|
if (this.multiple) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
this.change();
|
this.change();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user