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
Hi
When I add the component to the page I get the following error
No value accessor for form control with unspecified name attribute
I have added the component as follows:
<ion-tags-input
[(ngModel)]="tags"
[color]="'warn'"
[verifyMethod]="tagStrVerify">
If I add ngDefaultControl then the error goes away but the component does not show/load?
<ion-tags-input ngDefaultControl
[(ngModel)]="tags"
[color]="'warn'"
[verifyMethod]="tagStrVerify">
Please advise.
Thanks
The text was updated successfully, but these errors were encountered:
Hi
When I add the component to the page I get the following error
No value accessor for form control with unspecified name attribute
I have added the component as follows:
<ion-tags-input
[(ngModel)]="tags"
[color]="'warn'"
[verifyMethod]="tagStrVerify">
If I add ngDefaultControl then the error goes away but the component does not show/load?
<ion-tags-input ngDefaultControl
[(ngModel)]="tags"
[color]="'warn'"
[verifyMethod]="tagStrVerify">
Please advise.
Thanks
The text was updated successfully, but these errors were encountered: