QuoteIs it possible to set a different color to specific items?This is currently not possible.
QuoteI want to add item with grey color, which will mean that the item is not available.Would you still want the user to be able to select the item? If not then it would be better not to include the item.
Quotehow can I hide selected item from items list?In order to hide items from a list, just clear the list and fill it again with the items you want to show.
Quoteis there any function like tgui::EditBox::setDefaultText?What should the function do exactly? Place some text in the ComboBox when none of its items are selected yet?