amarkes / br-mask

MIT License
116 stars 56 forks source link

Improve Money mask #22

Closed eulerchavez closed 7 months ago

eulerchavez commented 5 years ago

Hi there, thanks for the project!

Working with it, I realice money mask is limited by certain characters, see the follow image

image

We could improve this with the follow Regex

image '100000000000000000000'.replace(/\B(?=(\d{3})+(?!\d))/g, ',')

I hope this can be use in future.

amarkes commented 5 years ago

ok, quer consertar?