Color Picker not available in V2.0

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:

  1. Use one of Vaadin addons, e.g.: Vaadin Add-on Directory
  2. Implement your own component, see Vaadin doc: Creating Components | Creating UI | Vaadin Docs

Regards,
Gleb