NejcZdovc / ng2-select2

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

fix: trigger change detection on initialization with value #139

Open bharat20185 opened 6 years ago

bharat20185 commented 6 years ago

Issue: By passing the defaults values in [value] attributes, won't call (valueChanged) event.

Solved: Seems emit is missing NgAfterViewInit method.