[AC-4565] textArea keyboardType values are not supported correctly
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Resolved |
| Resolution | Invalid |
| Resolution Date | 2016-10-18T09:36:19.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Alloy |
| Labels | n/a |
| Reporter | ILAY SENER |
| Assignee | Shak Hossain |
| Created | 2016-10-18T03:52:15.000+0000 |
| Updated | 2016-10-18T09:36:19.000+0000 |
Description
Trying to set the keyboard to display numbers and punctuation only. Studio displays a list of items but some are not supported.
Studio version:4.7.1.201609100950
Attachments
| File | Date | Size |
|---|---|---|
| Screen Shot 2016-10-18 at 14.51.05.png | 2016-10-18T03:52:11.000+0000 | 235456 |
| Screen Shot 2016-10-18 at 14.51.17.png | 2016-10-18T03:51:58.000+0000 | 242874 |
You need to call this constants on the
Ti.UInamespace, e.g.keyboardType: Ti.UI.KEYBOARD_TYPE_NUMBER_PAD. See [this docs](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI-property-KEYBOARD_TYPE_NUMBER_PAD) for more info.