The color picker was there in v1.5 (https://docs.jmix.io/1.x/jmix/1.5/ui/vcl/components/color-picker.html) but not in v2.0. Any idea?
Hi,
Vaadin Flow doesn’t provide ColorPicker component out of the box, hence we don’t have it. You have several options:
- Use one of Vaadin addons, e.g.: Vaadin Add-on Directory
- Implement your own component, see Vaadin doc: Creating Components | Creating UI | Vaadin Docs
Regards,
Gleb