A combobox, as described by Qt and wxWidgets, is a combination of a textbox (editable or read only) and a listbox/menu to display a list of selectable items.
Currently Elements provides a similar control with dropdown menu buttons, which can't display the selected item directly on the button label.
It would be a composite control with an optional item icon on the left, the selected item label on center and an arrow icon on the right.
A combobox, as described by Qt and wxWidgets, is a combination of a textbox (editable or read only) and a listbox/menu to display a list of selectable items.
Currently Elements provides a similar control with dropdown menu buttons, which can't display the selected item directly on the button label.
It would be a composite control with an optional item icon on the left, the selected item label on center and an arrow icon on the right.