←back to thread

377 points porterde | 1 comments | | HN request time: 0.221s | source
Show context
orphea ◴[] No.42145481[source]
If I'm not mistaken, ComboBox is supposed to have a mode in which it allows typing in it, in addition to choosing items from the dropdown.
replies(1): >>42245033 #
1. CRConrad ◴[] No.42245033[source]
Yeah, that's what makes it a "Combo" box: a combo of Editbox and DropdownListbox. If you can only choose items from the dropdown, it's not a ComboBox but a DropdownListbox.