Added support for object defined style.textTransformation configuration in the TextField.getValue() override. It was causing a runtime error when the programmer defined the style the following way...
{ xtype: 'textfield', style: {textTransform: 'uppercase'} }
Authored by: cosbor11 2011-11-18
Parent: [r5721]
Child: [r5723]