ColorPicker for Vaadin 23.1+
This is a simple ColorPicker for Vaadin 23.1+. The component has basic native color input part and additional field to input color value as text. It supports common CSS color definitions as input. Also you can define set of your own preset colors, which are populated in the dropdown.
Install
Framework Support
Vaadin platform 23+
Browser Compatibility
Install with
Release notes - Version 1.1.3
Version 1.1.3
- Fix colorPicker.setReadOnly(false) not working correctly
- Fix colorPicker.setValue(null) not working correctly