develnext icon indicating copy to clipboard operation
develnext copied to clipboard

Unable to set color value as string in UXColorPicker

Open dim-s opened this issue 7 years ago • 0 comments

$this->colorPicker->value = 'red'; // throws an exception.

but,

$this->colorPicker->value = UXColor::of('red'); // doesn't throw an exception.

dim-s avatar May 27 '17 12:05 dim-s