Custom Form "type" similar to type="tel"

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
highflight1985
Forum Newbie
Posts: 4
Joined: Tue Aug 30, 2011 10:32 am

Custom Form "type" similar to type="tel"

Post by highflight1985 »

I'm looking for a way to create a form element that when you click on it, it brings up a virtual keypad very similar to the type you see on smartphones when you tap on a "tel" input field. The field should look like a textbox but when you click on it, a large keypad should appear.

I would use the already available "tel" type, but it doesn't have a key for decimals. Does anyone know of a type like this? Or, maybe a starting point where I could learn to create it on my own?
Post Reply