[AC-3541] keyboardType
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | n/a |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2016-04-24T23:15:13.000+0000 |
| Affected Version/s | Appcelerator Studio 4.5.0 |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | feedback |
| Reporter | Daniel Hernández |
| Assignee | Shak Hossain |
| Created | 2016-04-22T13:22:46.000+0000 |
| Updated | 2016-04-24T23:15:13.000+0000 |
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.
There is neither a
Ti.UI.KEYBOARD_TYPE_PASSWORDnor aTi.UI.KEYBOARD__PASSWORD. I made an index search on the whole project to ensure that. Use thepasswordMask (true/false)property onTi.UI.TextFieldandTi.UI.TextAreafor password masks instead. Thanks!