-
Notifications
You must be signed in to change notification settings - Fork 24
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
maxTags input #6
Comments
Let me see your |
even this is my package file:
|
Closed
that is my package.json
and I tried use 'once' too |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
Thanks for the great component.
I am trying to use the maxTags option, but it isn't limiting the tags.
I have tried this:
<ion-tags-input [(ngModel)]="tags" [color]="'warn'" [placeholder]="'Search'" [maxTags]="1"></ion-tags-input>
and this:
<ion-tags-input [(ngModel)]="tags" [color]="'warn'" [placeholder]="'Search'" [maxTags]="'1'"></ion-tags-input>
My project is an ionic 3 app.
Can you help me please?
The text was updated successfully, but these errors were encountered: