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.