shogogan / racoon-mask

A Angular2 lib for masking
MIT License
17 stars 5 forks source link

Feature request: Allow multiple characters slotChar #10

Open ktriek opened 5 years ago

ktriek commented 5 years ago

The primeng inputMask has a nice feature that lets you to completely replace the mask by entering multiple characters.

<p-inputMask mask="99/99/9999" [(ngModel)]="val3" slotChar="MM/DD/YYYY"></p-inputMask>

demo

image

shogogan commented 5 years ago

Oh, why didn't i receive a notification for this? .hmm Will check on doing it :)