The combobox container has tabindex="0" and gets initial focus instead of the textbox. And the textbox is a div with role="textbox instead of an input type="text".
Set focus to the combobox.
Open the listbox with the Enter, Space, or up/down arrow keys.
Move through the options with the up/down arrow keys.
Select or unselect an option using Enter or Space. If you use Enter, the listbox will close.