hsuanxyz/ionic-tags-input

Backspace remove tag

Opened this issue · 3 comments

[canBackspaceRemove]="true" not running in android

Can you post your full code?

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>