hsuanxyz / ionic-tags-input

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

Backspace remove tag #26

Open ngochiep30051998 opened 5 years ago

ngochiep30051998 commented 5 years ago

[canBackspaceRemove]="true" not running in android

thelebdev commented 5 years ago

Can you post your full code?

ngochiep30051998 commented 5 years ago

sorry i didn't receive the notification my code: <ion-tags-input formControlName="email" [separatorStr]="' '" [color]="color" (onChange)="onChange($event)" [placeholder]="'Email'" (keyup)="checkMail($event)" [canBackspaceRemove]="true"> </ion-tags-input>

ngochiep30051998 commented 5 years ago

this is my full code: https://github.com/ngochiep30051998/ionic-input-tag