how do you get a windows 8 store app to display only a numeric keypad? I want the user to see only a numeric keypad when they click into a TextBox
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You have to set the input scope on the element e.g.
Keep in mind this will only get the number keyboard. The user could still manually change to the alphanumeric keyboard and input text. You will still need to validate the entry. |
|||
|
|