combobox without dropdown arrow

View: New views
2 Messages — Rating Filter:   Alert me  

combobox without dropdown arrow

by PriceNation :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Need autocomplete ability but I don’t want the arrow? Anyone know how to get rid of it with css?

 

Cheers,

Greg

 


_______________________________________________
Dojo FAQ: http://dojo.jot.com/FAQ
Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
Dojo-interest@...
http://dojotoolkit.org/mailman/listinfo/dojo-interest

Re: combobox without dropdown arrow

by Miguel Gatt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey Greg,

I have had this problem a few weeks ago, all you need to do in the filteringselect (if that is what you are using) is add another property,
hasDownArrow = false

It should now work the way that you want it.

Hope it helps buddy.

Miguel