Change the look of the AutoComplete Combo

The Combo in AutoComplete mode has a right arrow that does not work. When a user clicks the arrow nothing drops down. Is there a way to change the look to just have it as a box a user can type in? No sense having the drop down arrow when it does not work.

Thanks
http://www.OahuRE.com

You can use

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

Awesome, that did the trick.

I was worried it could not be done because the autocomplete on the example page also has the non-functional arrow, but it now looks and work great!