Colour picker still no good

Hi

As many of you know, I think Node-Red is the best thing since powdered milk (to quote a very old phrase) - everyone who made this possible deserves a medal - and I would LOVE to make good use of dashboard, but the colour picker remains utterly disfunctional - can anyone fix?

Uhm... Is this still the case?
Or is it just me....

What is the specific problem with it?
Can you give some examples....

I guess it is just me.
I am trying to get that colour picker working on a small project.
The case is that I have a RGB LED on an ESP8266. It has a webpage on its filesystem with a color picker on it and some buttons. (this morning I had another question -connect to websocket on ESP8266- with it but I don't know how to link that to this!. Sorry.)
Any way, I can now send a string "@2" to that websocket to change the state. On or Off and that is working well.
lol01_dash01
(The #444800 value is the current color, received from the ESP8266)
lol01_debug01
I was hoping that I could send a string like "#123456" (for example) to change the color.
The colour picker from Node-RED is now connect to a debug node and that shows "#123456" (for example) so that looks good!

[{"id":"3a992337.e52354","type":"ui_colour_picker","z":"ab7cbe16.df717","name":"","label":"","group":"aadd247e.ac6898","format":"hex","outformat":"string","showSwatch":true,"showPicker":true,"showValue":true,"showHue":false,"showAlpha":false,"showLightness":true,"dynOutput":"false","order":4,"width":"4","height":"4","passthru":true,"topic":"","x":590,"y":140,"wires":[["a59afc57.78d15","315955d7.fee7f2"]]},{"id":"aadd247e.ac6898","type":"ui_group","z":"","name":"LOL01","tab":"4cbb5257.8f207c","disp":true,"width":"4","collapse":false},{"id":"4cbb5257.8f207c","type":"ui_tab","z":"","name":"LOL","icon":"dashboard"}]

If I connect that colour picker to a websocket (the same way as with the button that only sends a @2 as a string) It don't work.


I must do something wrong so I was searching the forum, but then found this about a not working colour picker.

btw: An inject node
inject_node01
like this, works.