Hello,
I use the ejs-multiselect in combination with reactive forms. When I addionaly use the
changedetection strategy onpush the form control never gets the current selected values from
ejs-multiselect.
I created a litte sample appication to show the issue.
Run "npm install && npm start" in console.
Comment in/out the code line "changeDetection: ChangeDetectionStrategy.OnPush" in the component declaration to see the different behaviours.
Regards
René
Attachment:
syncfusionmultiselectreactiveform_9839e576.zip