Y
Hacker News
new
|
ask
|
show
|
jobs
by
orphea
584 days ago
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.
1 comments
CRConrad
573 days ago
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.
link