NejcZdovc / ng2-select2

Select 2 wraper for angular2
MIT License
123 stars 93 forks source link

Fix on change value (type multiselect) #135

Open rsliusarchuk opened 6 years ago

rsliusarchuk commented 6 years ago

Case: You have multi-select and you want to change @Input() value (@Input value is Array type) - action "setElementValue" doesn't set selected into false, as result value freezes and doesn't change.