Editable combo urgent plz.......

I need to populate the combo box Items from a database query (this part is no problem using existing dhx_combo).

Then if the user does not find an option, they can enter their own text and store in Db with index…

Add new item to store in Db with index value and display the value from db with index and value.

its like a #combo_filter, but add the function like input the value and store in the db…

Help me…

Thanks in advance…

Normall combo can be used for it.

  • you can load info in combo
  • you can enter new text in combo and send it to the server as part of form submit

dhtmlx.com/docs/products/dht … _save.html