There are a few issues with ComboBox that need attention.
-
iOS 8.4.1 has broken Vaadin ComboBoxes.
This
ticket and
this
ticket are probably reporting the same thing.
This
discussion on the Apple forums might provide clues - some aspects of dropdown menus and css conflicting… As there is no going back from 8.4.1 now, this could be a long-term outage for one of my UIs should a user upgrade from iOS 8.4. And 8.4 shows users regular dialog boxes begging to be upgraded… Maybe this requires an Apple solution, but any work-around would be appreciated. -
A nuisance has crept in where the value change listener doesn’t work properly. In my app, using tab to exit a combobox after making a change fires the value change listener, but clicking outside the combobox doesn’t. I’m getting regular complaints from users.
This
bug needs some attention but seems to be unattended. -
Roadmap: There are long-requested enhancements that could be made. Specifically, it would be nice to apply CSS styles to individual items. Is there a future for ComboBox that might provide for such enhancements?