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 - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -