Why Combo send to paramiter?

From MY Code











Untitled Document

    

    

    

    

    























It Sent “http://localhost/DHTMLX/Combo/Combo_Arr.php?alfa3=3&alfa3_new_value=false” to me but i don’t know “alfa3_new_value” come from where and i don’t want it too.

So How i can do for Remove it.

The combo sends two parameter
- selected value
- flag which shows is value was selected from list or it is a new one, typed by user

If you want omit flag sending, you can locate and comment next line

dhtmlxcombo.js , line 1168

   z.name = name+"_new_value";
   z.value=“true”;
//   self.DOMelem.appendChild(z);