Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when using component #31

Open
gotters opened this issue Sep 1, 2019 · 0 comments
Open

Error when using component #31

gotters opened this issue Sep 1, 2019 · 0 comments

Comments

@gotters
Copy link

gotters commented Sep 1, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant