Is there a control for an element on a form that can be used to pop up the numeric keypad (on phone devices that support like iPhone) or keyboard in num lock mode? I have to have a numeric input and it would be nice to drop the user to the appropriate keyboard/keypad.
You can use
{ view:“text”, type:“number”
or
{ view:“input”, type:“number”