amarkes / br-masker-ionic-3

mascara para inputs
MIT License
110 stars 35 forks source link

number with decimal #68

Open jassiwalia001 opened 5 years ago

jassiwalia001 commented 5 years ago

@amarkes i want to add dynamic digit of number with 2 decimal of number like: 2345.12 12.43 1.23 123213.23 7656767657567567.10

can anybody help me with this

amarkes commented 5 years ago
<ion-item>
    <ion-input type="text" name="money" placeholder="(R$) Real" [brmasker]="{money: true, decimal: 2}"></ion-input>
</ion-item>