Enterprise-ng: SOHO-8028: When setting ngModel for multiselect dropdown to empty array the previous selections still show in the text.

Created on 29 May 2018  路  3Comments  路  Source: infor-design/enterprise-ng

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.

textstillshowsafterclear

type

Most helpful comment

@bthharper Yes we just updated to 4.7.0 and I can confirm the issue is fixed! Thanks a bunch!

All 3 comments

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!

Was this page helpful?
0 / 5 - 0 ratings