[TIMOB-3031] iOS: Textfield suppressReturn Documentation or Semantic Adjustments
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-06-28T23:10:21.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 2.0.1 |
Components | iOS |
Labels | 1.5.x, feature, ios, rplist |
Reporter | Rick Blalock |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:35:07.000+0000 |
Updated | 2017-03-07T18:30:29.000+0000 |
Description
I'm not sure if this is to be filed as a bug, feature request, or just incomplete documentation. From using iOS I'd say hitting 'return' almost always blurs a textfield if suppressReturn is true but there could be cases where this is not desirable.
HD Ticket: http://developer.appcelerator.com/helpdesk/view/69651">http://developer.appcelerator.com/helpdesk/view/69651
Using the code above (TiSDK 2.0.2GA), when the suppressReturn property is commented out, it blur's the keyboard (default). Same if the property is set to true. If you set it to false, it doesn't blur it and instead adds a new line.
Closing ticket due to time passed.