Is there any way to not show the dropdown arrow on a combo box?
I plan to use it as an autocomplete textbox and rather not have a combobox arrow showing to the user
Is there any way to not show the dropdown arrow on a combo box?
I plan to use it as an autocomplete textbox and rather not have a combobox arrow showing to the user
Unfortunately such feature cannot be set.
You may only try to use the css:
.dhxcombo_select_img{
display:none;
}
to hide that arrow image