Directory

← Back

Color Picker for Flow

A color picker for Vaadin Flow

Author

Rating

Popularity

100+

ColorPickerField component for Vaadin Flow

This addon is a direct successor of the Color Picker 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> element to use it with Vaadin Flow.

Converted vs. Raw Value

There are two implementations of the color picker:

  • ColorPicker - Provides the value automatically converted to a java.awt.Color
  • ColorPickerRaw - Provides the value as raw CSS Color String

Compatibility

2.0.0.beta12.0.0.beta22.0.0.beta3
(24.4)
(24.3)
(24.2)
(24.1)
14-24YYY
(13)
(12)
(11)
(10)
(8.21)
(8.20)
(8.19)
(8.18)
(8.17)
(8.16)
(8.15)
(8.14)
(8.13)
(8.12)
(8.11)
(8.10)
(8.9)
(8.8)
(8.7)
(8.6)
(8.5)
(8.4)
(8.3)
(8.2)
(8.1)
(8.0)
(7.7)
(7.6)
(7.5)
(7.4)
(7.3)
(7.2)
(7.1)
(7.0)
(6.8)
(6.7)
(6.6)
(6.5)
(6.4)
(6.3)
(6.2)
(6.1)
(6.0)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

fixes packaging issue

Note

Currently flow-server-compatibility-mode is not supported!

Released
2019-10-04
Maturity
BETA
License
Apache License 2.0

Compatibility

Framework
Vaadin 14+
Browser
Firefox
Opera
Safari
Google Chrome
Microsoft Edge

Color Picker for Flow - Vaadin Add-on Directory

A color picker for Vaadin Flow Color Picker for Flow - Vaadin Add-on Directory
## ColorPickerField component for Vaadin Flow This addon is a direct successor of the [Color Picker Flow addon](https://vaadin.com/directory/component/color-picker-flow) 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 [``](https://github.com/Juchar/color-picker) element to use it with Vaadin Flow. #### Converted vs. Raw Value There are two implementations of the color picker: * `ColorPicker` - Provides the value automatically converted to a `java.awt.Color` * `ColorPickerRaw` - Provides the value as raw CSS Color `String`
Issue tracker
Online Demo
View on GitHub

Color Picker for Flow version 2.0.0.beta1
- initial release ## Note Currently `flow-server-compatibility-mode` is not supported!

Color Picker for Flow version 2.0.0.beta2
- fixed small display issue when selecting a colour with maximum transparency ## Note Currently `flow-server-compatibility-mode` is not supported!

Color Picker for Flow version 2.0.0.beta3
fixes packaging issue ## Note Currently `flow-server-compatibility-mode` is not supported!

Online