[TIMOB-7883] MobileWeb: TextField: value is being displayed as undefined even with a value entered
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T20:29:49.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | qe-mw020912 |
Reporter | Natalie Huynh |
Assignee | Eric Merriman |
Created | 2012-03-05T13:24:21.000+0000 |
Updated | 2017-05-02T20:29:49.000+0000 |
Description
Steps To Reproduce:
1. Compile KS to Mobile Web in Browser
2. Controls > Text Field > Events
3. Click Focus Button
4. Type something
5. Click Blur Button
Actual Result:
val = undefined
Expected:
val = to what you had typed
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.