Titanium JIRA Archive
Appcelerator Community (AC)

[AC-4565] textArea keyboardType values are not supported correctly

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionInvalid
Resolution Date2016-10-18T09:36:19.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAlloy
Labelsn/a
ReporterILAY SENER
AssigneeShak Hossain
Created2016-10-18T03:52:15.000+0000
Updated2016-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

FileDateSize
Screen Shot 2016-10-18 at 14.51.05.png2016-10-18T03:52:11.000+0000235456
Screen Shot 2016-10-18 at 14.51.17.png2016-10-18T03:51:58.000+0000242874

Comments

  1. Hans Knöchel 2016-10-18

    You need to call this constants on the Ti.UI namespace, 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.

JSON Source