insin / react-maskedinput

Masked <input/> React component
http://insin.github.io/react-maskedinput/
MIT License
730 stars 197 forks source link

Hide separator characters or format Monay #130

Open vaske opened 5 years ago

vaske commented 5 years ago

Hi, I'm trying to make inputmask to format numbers like 99,999.99 (money) and to limit it to one billion, I added size parameter and also mask=111,111,111.11 and placeholderCharacter=' ' however what I see now is , , . is there a way to hide them and show as you type?