Is it possible to open a Vaadin
ComboBox
by code?
I'd like to present 2 comboboxes that depend on each other. When the user selects a value in the first, I'd like the 2nd combobox to automatically open the possible selections, so that the user can directly select one, instead of having to open the 2nd combobox himself.
Maybe there is an event that I could send to trigger the opening?