hsuanxyz / ionic-tags-input

A ionic tags input component
https://stackblitz.com/edit/ionic-tags-input
MIT License
71 stars 24 forks source link

Error when using component #31

Open gotters opened 5 years ago

gotters commented 5 years ago

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