Extjs 4.1.1 xtype: 'combo' not returning the value after submitting the form.
I have an array like user = ['user1','user2',...]
and I need a dropdown in form panel. After submitting the form I found that the key values of the arrays are not submitted, rather the displayFields are submitted instead.