insin / react-maskedinput

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

Add an ability to use 'isRevealingMask' option #98

Open IIaJIeHo opened 7 years ago

IIaJIeHo commented 7 years ago

I've added an ability to use isRevealingMask with this component. The description for this option is in https://github.com/insin/inputmask-core#isrevealingmask--boolean

andersryanc commented 7 years ago

+1

I noticed this option today while reading over the inputmask-core docs and would love to have this integrated!

Specifically, I think it's annoying when the input is masked with and underscore ("_") or space (" ") and you have to delete back through all that to enter in more text. And when you set the placeholderChar prop to false or an empty string '' it just defaults back to the underscore.

reddo commented 7 years ago

+1 for this prop. I would also like to see this implemented.