By default, the drop-down list won't be opened until user clicks the
button, or press Alt+DOWN. However, you could set the autodrop property to true, such that the drop-down list is opened as soon as user types any character. This is helpful for novice users, but it might be annoying for experienced users.
<combobox autodrop="true"/>