Search code examples
blackberryjava-meblackberry-jdevirtual-keyboard

Show only numeric keyboard for EditField


I have EditField. I want to show virtual keyboard only with number, without letters. Is it possible?


Solution

  • editText.setInputType(InputType.TYPE_CLASS_NUMBER);