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
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
I am using ng2-completer in a component with OnPush change detection strategy. When i update the value of completer's ngModel, it does not reflect on UI. Only when i manually focus on input box, value gets updated. I have also tried calling markforcheck() and detectChanges() manually after updating the value but no luck. Please let me know if i am missing anything here.
I am using ng2-completer in a component with OnPush change detection strategy. When i update the value of completer's ngModel, it does not reflect on UI. Only when i manually focus on input box, value gets updated. I have also tried calling markforcheck() and detectChanges() manually after updating the value but no luck. Please let me know if i am missing anything here.
The text was updated successfully, but these errors were encountered: