Multi select issue solved..

This commit is contained in:
Cüneyt Şentürk 2020-03-21 21:01:30 +03:00
parent 307e93c53c
commit ff836818e4

View File

@ -745,6 +745,10 @@ export default {
},
real_model: function (value) {
if (this.multiple) {
return;
}
this.change();
},