Mobile web - hidden numerical input
Posted
by
user499846
on Stack Overflow
See other posts from Stack Overflow
or by user499846
Published on 2011-03-10T09:10:47Z
Indexed on
2014/06/08
9:25 UTC
Read the original article
Hit count: 298
Hi I am writing a web app (mainly iphone targeted) where the user has to enter their dob as part of the log in, I need this to be <input type = 'password'
however I also want to enable the numeric section of the keyboard. I would usually change the type attr to 'number' however as this needs to be hidden I wondered if there was another way to activate the numeric pad
Cheers!
(ps I do not want to use any frameworks such as jquery on this)
© Stack Overflow or respective owner