Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3541] keyboardType

GitHub Issuen/a
TypeImprovement
Priorityn/a
StatusClosed
ResolutionInvalid
Resolution Date2016-04-24T23:15:13.000+0000
Affected Version/sAppcelerator Studio 4.5.0
Fix Version/sn/a
Componentsn/a
Labelsfeedback
ReporterDaniel Hernández
AssigneeShak Hossain
Created2016-04-22T13:22:46.000+0000
Updated2016-04-24T23:15:13.000+0000

Description

Should update the documentation and the recomendations of IDE for keyboardType.

The documentation says this: Ti.UI.KEYBOARD_TYPE_PASSWORD and this doesn't work.Now i look in source code of titanium and i saw this : Ti.UI.KEYBOARD_PASSWORD.

Comments

  1. Sharif AbuDarda 2016-04-22

    Hello, Please provide the doc link where you think the issue is. There is no keyboardType called Ti.UI.KEYBOARD_TYPE_PASSWORD in the latest platform. If you want a new feature of that keyboard type please provide examples of what the feature might look like, possibly in native platform. Regards, Sharif.
  2. Hans Knöchel 2016-04-24

    There is neither a Ti.UI.KEYBOARD_TYPE_PASSWORD nor a Ti.UI.KEYBOARD__PASSWORD. I made an index search on the whole project to ensure that. Use the passwordMask (true/false) property on Ti.UI.TextField and Ti.UI.TextArea for password masks instead. Thanks!

JSON Source