Why is the Wix Blocks color picker panel not doing anything?

I’m having trouble with
The Color Picker Panel in Wix Blocks Custom Panels simply not doing anything

Working in
Wix Blocks preview mode and Wix Studio test mode

Site link

It’s an editor-side problem. As of now not sure how to allow others to access my app.

What I’m trying to do
I am hoping that the color picker would allow the user to pick a color. If not, I’ll have to change to a text input instead.

What I’ve tried so far
I don’t have a lot of options since this functionality is not something I have any control over

Extra context
That’s it - pretty simple really. Let me know if you have any insight and hopefully I’m just missing something simple.

What does “not doing anything” mean for you? Do you mean it appears in the panel, but changing the color doesn’t change it in the widget, or something else?

From my own experience working with Blocks, you may need to listen to the change event - On Change | Velo - of the Panel Color Picker element, so that you can update the props that set the color of the element in the widget you want to allow to be edited :slight_smile: