combo box and grouping delete the input new_value

Hi, i needed to remove the input tag created by script during the dhtmlXCombo action…

i’ve created this:
var zPR=new dhtmlXCombo(“contCONTACT_PR”,“MYNAMEINPUT”,200);

and in tag html appear this that is a problem for me…
<…>

<…>

what’s a workaround to renamed this ?

i have resolved

the workaround is ad a string on top

after line 1227 i’ve add this

z.name= “dx_”+z.name;

thanks!! :smiley: