angular2-multiselect-dropdown
angular2-multiselect-dropdown copied to clipboard
I get this weird error when using the module
ERROR Error: ASSERTION ERROR: Stored value should never be NO_CHANGE. [Expected=> [object Object] !== [object Object] <=Actual]
at throwError (core.js:1309)
at assertNotSame (core.js:1275)
at getBinding (core.js:19725)
at pureFunction3Internal (core.js:36505)
at Module.ɵɵpipeBind3 (core.js:36683)
at AngularMultiSelect_div_22_Template (angular2-multiselect-dropdown.js:543)
at executeTemplate (core.js:11926)
at refreshView (core.js:11773)
at refreshDynamicEmbeddedViews (core.js:13138)
at refreshView (core.js:11796)
Anybody knows, why I get this?
I have tried adding lazyLoading: true but still got the error for multiselects (singleSelection: true)
same problem here