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
How can I dynamically clear the select? Didn't find a a methode that makes this possible.
Also tried setting the [(ngModel)] to 'null' or 'undefined', without result.
Currently i'm using a hacky setTimeout in combination with *ngIf workaround to remove and re-add the select to clear it's value. Doesn't sound very good does it:-)
The text was updated successfully, but these errors were encountered:
How can I dynamically clear the select? Didn't find a a methode that makes this possible.
Also tried setting the [(ngModel)] to 'null' or 'undefined', without result.
Currently i'm using a hacky setTimeout in combination with *ngIf workaround to remove and re-add the select to clear it's value. Doesn't sound very good does it:-)
The text was updated successfully, but these errors were encountered: