javascript - Extjs Combo return array and not only integer -


i use combobox extjs.

when submit form return of combobox array. need string...

the return :

{"data":{"idapourmutuelle":"","idorganisme":["","1"],"idpersonne":"3","mutuelle":""}} 

and combobox:

xtype: 'combobox', anchor: '100%', fieldlabel: 'nom', name: 'idorganisme', allowblank: false, editable: false, displayfield: 'mutuelle', hiddenname: 'idorganisme', store: 'mutuelle', valuefield: 'idorganisme' 


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -