-
13 Dec 2011 2:00 AM #1
[Pr3]: TextArea field getValue() always returns empty string is config.value is empty
[Pr3]: TextArea field getValue() always returns empty string is config.value is empty
Please try this:
After this field renders, enter something into it and then call:Code:{ xtype: 'textareafield', value: '', id: 'txt1' }
This will always come up as empty and the reason is empty string for value in config. This was working fine in PR2 and broken in PR3.Code:Ext.getCmp('txt1').getValue()--
Rahul Singla
-
13 Dec 2011 10:43 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,652
- Vote Rating
- 14
Thank you for the report.
-
12 Jan 2012 3:50 PM #3Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,652
- Vote Rating
- 14
This issue has been fixed for the next release.
-
13 Jan 2012 12:16 AM #4
Thanks Jamie...
--
Rahul Singla
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-1256
in
2.0.


Reply With Quote