[TIMOB-5519] MobileWeb: Wrong for property for picker row value
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-05-20T05:42:26.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Kincy Clark |
| Assignee | Maxim Negadaylov |
| Created | 2011-05-16T21:57:24.000+0000 |
| Updated | 2017-03-09T20:11:21.000+0000 |
Description
When you want the display text of a picker row, you should access the title property (per iOS SDK), not the value property. The value property is documented in Ti.API
See ui_methods.js in HTML5 KS to see the workaround.
Closing ticket as fixed.