I want to give the items in my suggestbox a custom background color. Is this possible?
like
item.getElement().getStyle().setBackgroundColor("red");
I want to give the items in my suggestbox a custom background color. Is this possible?
like
item.getElement().getStyle().setBackgroundColor("red");
just add this to your css file to change the background color of an item/selected-item
look here for detailed information