How can I make dhtmlXCombo resemble a regular text field?
- I want to remove the drop down dart image at the very right
- 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(){}