Friday, 6 September 2013

Masking number_field_tag with astrix

Masking number_field_tag with astrix

I'm looking to use the number_field_tag as it works great on mobile
devices to allow the user to input with a 10 Key interface. However, the
data that they will be entering on their mobile device may contain
sensitive information (i.e., part of their Social Security Number).
How can I mask the inputted data as it is being typed while maintaining
the 10 Key interface? By using the password_field_tag, it would revert the
keyboard to a standard QWERTY.

No comments:

Post a Comment