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