ionic-tags-input
ionic-tags-input copied to clipboard
A ionic tags input component
Would've been nice for Ionic to make this note in the description of this plugin but if you're on Ionic v5 or migrating to it from 2/3 - then you...
Hello Hsuan, What do you think about creating a **StencilJS** component instead? In order to support any framework and version of Ionic Regards
any plans to migrate to ionic v4?
Before call function onBlur, should call function "pushTag"
- add support for ionic css4 color classes I'm not sure how to update your npm package, but these changes worked for my ionic 4 project
[canEnterAdd]="true" is not working in android. its working fine on ios. can you please help me on this.
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...
` verifyTag(str: string): boolean{ **this.taggedUser(str);** return str !== 'ABC' && str.trim() !== ''; }`
I'm using Angular with Ionic and when building my app with ahead of time compilation, an error is throwing 'cause property '_blur' is private and to support this kind of...
Request for following enhancements 1. provide separate add event 2. provide separate remove event 3. ability to specify array of complex models [(ngModel)] = "tags" tags = [{name:'Ionic',value:1}, {name:'Angular',value:2}, {name:'TypeScript',value:3}];...