Make dhtmlXCombo in to a regular text field "look a like"

How can I make dhtmlXCombo resemble a regular text field?

  1. I want to remove the drop down dart image at the very right
  2. I never want to show suggestions underneath the checkbox, it should just autosuggest inside the textfield as it does right now.

How can I do this with your dhtmlXCombo?

I want to remove the drop down dart image at the very right

combo.DOMelem_button.style.display = “none”;

I never want to show suggestions underneath the checkbox, it should just autosuggest inside the textfield as it does right now.

redefine openSelect of the combo:

combo.openSelect =function(){}