You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ng-select (data)="value" [multiple]="true" [items]="items" [disabled]="disabled" (data)="refreshValue($event)"
It's code from http://valor-software.com/ng2-select/ (multiple example), (data) appears 2 times.
Seems like (data)="value" do nothing. So it's a question, how to set initial value of multiselect?
The text was updated successfully, but these errors were encountered:
<ng-select (data)="value" [multiple]="true" [items]="items" [disabled]="disabled" (data)="refreshValue($event)"
It's code from http://valor-software.com/ng2-select/ (multiple example),
(data)
appears 2 times.Seems like
(data)="value"
do nothing. So it's a question, how to set initial value of multiselect?The text was updated successfully, but these errors were encountered: