How do?
Edit the field with numeric keypad, not a full keyboard
my code:
<s:TextInput text="{TransactionObject.cartao}" id="item" restrict="0123456789" />
app for Android and playbook
|
How do? Edit the field with numeric keypad, not a full keyboard my code:
app for Android and playbook | |||||
feedback
|
|
The numeric keyboard is not available in the current release of Adobe AIR. | |||
|
feedback
|
|
You can't get the phone keypad but you can get numbers with this and you don't even need the restrict statement:
If you don't import flash.text.SoftKeyboardType just use the literal "number". Available in Flex SDK 4.6.0. | ||||
|
feedback
|