amarkes / br-mask

MIT License
116 stars 56 forks source link

Mask with letters and number. #35

Open SauloLauers1982 opened 4 years ago

SauloLauers1982 commented 4 years ago

I'm trying to make a mask that uses Letters and Numbers at same time, I did not find how to make it at doc.

mask: string = "AA.AA.000.0000.000"

<ion-input [placeholder]="customPlaceHolder" type="tel" [(ngModel)]="filter.key" [brmasker]="{type: 'all', mask: mask, len: mask.length}">

Can you guys please help me?