Add ItemEnabledProvider to enable/disable items
Description
ComboBox and Select are similar components but ComboBox has no possibility to disable items. Select has a method setItemEnabledProvider that should also be available in ComboBox.
Depends on https://github.com/vaadin/vaadin-combo-box/issues/443
Hello, I saw there's a workaround using JavaScript/TypeScript in https://github.com/vaadin/web-components/issues/1373. Is there a workaround using the Java API instead? I wasn't able to find a way to access the combobox items directly, the way you can by customizing the renderer in JavaScript. Thanks!
Any updates? I'd also like a Java Api to disabled items like on the Select.
This would be a very useful feature.