ColorPicker's value option is not taken with higher specificity.
Currently, the ColorPicker requires setting the value={color}
attribute to the input element. However, value option does not alter the input's value despite being set.
This behavior is inconsistent with other picker widgets where the value option is taken more predominantly:
https://dojo.telerik.com/@alexander64836/UNeMajeG/3
The ColorPicker should take the value option with higher specificity. Even in scenarios where the value={color}
attribute is present on the input.
The slider in the ColorPicker popup, when used in Mobile Application, is not styled correctly.
The slider is not styled.
The slider in the popup should be displayed appropriately.
The color picker right now support only to display the HEX format or RGBA format. The color picker should also support RGB.
Our customer is used to using the RGB format and wants to use that format. The reason we do not want RGBA is that the color picker could use opacity and the selected color will be used in a report so opacity has to be always 1.
We tried to prevent the use of a different opacity but could not find a solution.
ColorPicker must have an option to revert to "Default color" (set color to null)