A combo box in the classic sense contains a text box and a selection list.
You can select from the list or enter a value.
There are no web controls that are intrinsically combo boxes. You have to
fudge it by using a text box and a drop down box then using JS program the
functionality in.