Color Picker

Content Type: Widget
Categories: Data

Overview

This widget allows users to select a color easily. We support various selector styles to match your application - Render using different modes;. Button, Input box, or Inline - Execute an action after color change: microflow or nanoflow - Support color format of hex, rgb or rgba

Documentation

Please see  Color Picker in the Mendix documentation for details.

 

Releases

Version: 2.1.2
Framework Version: 9.6.0
Release Notes: ### Changed - Changed action required to false to avoid unnecessary warnings in the Studio Pro.
Version: 2.1.1
Framework Version: 9.6.0
Release Notes: ### Fixed - We removed redundant code to improve widget load time in the browser.
Version: 2.1.0
Framework Version: 9.6.0
Release Notes: ### Changed - We updated the light and dark icons and tiles for the widget.
Version: 2.0.1
Framework Version: 9.6.0
Release Notes: ### Changed - We reorganized widget configuration structure
Version: 2.0.0
Framework Version: 9.6.0
Release Notes: ### Feature - Converted into a pluggable widget, now you can use this widget combined with new Data grid 2, Gallery and much other widgets.
Version: 1.1.3
Framework Version: 7.13.1
Release Notes: We fixed an issue where a 404 error was logged in the console for the ColorPicker.css.map file (fixes https://github.com/mendixlabs/color-picker/issues/5).
Version: 1.1.1
Framework Version: 7.13.1
Release Notes: We fixed a style problem with vertical alignment using AtlasUI v2.x.x https://github.com/mendix/widgets-resources/releases/tag/color-picker-web-v1.1.1
Version: 1.1.0
Framework Version: 7.13.1
Release Notes: - Added validation feedback support for microflows - Fixed validation error on RGBA alpha 0 - Fixed empty label - Fixed input button alignment
Version: 1.0.1
Framework Version: 7.13.1
Release Notes: When the color picker is used in a popup page, the colour picker popup wil now show even if it does not fit inside the page popup.
Version: 1.0.0
Framework Version: 7.13.1
Release Notes: Initial release: - Render color picker with various modes; Button, Input box, or Inline - Execute a microflow or a nanoflow after a color change - Add a label, label width, and label orientation - Support color format; hex, rgb or rgba - Various color picker styles - Some picker support default color sets