A color picker field for Vaadin Flow
ColorPickerField component for Vaadin Flow
This addon is a direct successor of the Color Picker Field Flow addon since the actual author Julien Charpenel is not able to support it. Huge thanks to him for developing it!
This is a the Component wrapper implementation of the <color-picker-field>
element to use it with Vaadin Flow.
Converted vs. Raw Value
There are two implementations of the color picker:
ColorPickerField
- Provides the value automatically converted to ajava.awt.Color
ColorPickerFieldRaw
- Provides the value as raw CSS ColorString
Install
Framework Support
Vaadin platform 14+
Browser Compatibility
Install with
Release notes - Version 2.0.0.beta6
- fixed issues related to missing events when values were changed
- fixed packaging issue
Note
Currently flow-server-compatibility-mode
is not supported!