a combobox with invisible comboitems as:
<combobox>
<comboitem label="test1" visible="false"/>
<comboitem label="test2" visible="false"/>
</combobox>
However, using cursor keys in combobox (up and down) will allow you to select either of the invisible comboitems with labels "test1" and "test2".