As stated in the title, when setting ngModel for multiselect dropdown to empty array the previous selections become unchecked but still show in the text area.

Calling updated() on the SohoDropDownComponent doesn't do the trick either for me. Note: I'm not using observable and therefore cannot use the async pipe in the html which is what the dropdown-async demo does.
@crlang44 what version are you using, 4.7.0 has some changes to the dropdown which may resolve your issues.
Do you have a simple example that shows the problem I can try for you?
@bthharper Yes we just updated to 4.7.0 and I can confirm the issue is fixed! Thanks a bunch!
Most helpful comment
@bthharper Yes we just updated to 4.7.0 and I can confirm the issue is fixed! Thanks a bunch!