[TIMOB-518] Need to revisit textarea + return key
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:53:22.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.1.1 |
Components | iOS |
Labels | ios, iphone, textaarea |
Reporter | Nolan Wright |
Assignee | Jeff Haynie |
Created | 2011-04-15T02:30:50.000+0000 |
Updated | 2011-04-17T01:53:22.000+0000 |
Description
request from community:
a couple of issues:
1) should return event fire whenever return key is clicked
2) should it be configurable on whether the return key creates a new line or lowers the keyboard
3) should #2 be based on the return key type
Comments
- Blain Hamon 2011-04-15
Note to self: property will be called 'suppressReturn'
- Igor Afanasyev 2011-04-15
(3) seems to be the best option since this will match the behavior of the keyboard as described in the Apple iPhone SDK.
See this discussion for more information: http://support.appcelerator.net/discussions/support/1981-093-textarea-line-break-inserted-instead-of-return-event"> http://support.appcelerator.net/discussions/support/1981-093-textar...
- Jeff Haynie 2011-04-15