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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -