[TIMOB-8203] Mobileweb: Ti.UI.Textfield 'change' event object has no 'value'
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-22T16:20:00.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Release 2.0.0, Sprint 2012-06 |
Components | MobileWeb |
Labels | mw-list |
Reporter | Tony Lukasavage |
Assignee | Chris Barber |
Created | 2012-03-22T14:33:24.000+0000 |
Updated | 2017-03-03T23:30:54.000+0000 |
Description
textfield.addEventListener('change', function(e) {
// e.value is always undefined
});
Duplicate of TIMOB-8195
Actually it's not the same problem as TIMOB-8195 after thinking about it.
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/1806
Closing ticket as MobileWeb is no longer supported.