How to use color picker in elemental

**Silverstripe Version:4.x

Question:

I used https://addons.silverstripe.org/add-ons/dnadesign/silverstripe-elemental to create block.
Now i want to use color picker in this elemental.
I use many library like that ryanpotter/silverstripe-color-field · SilverStripe Add-ons
but can not select color picker, it generated only textbox.
But if i use color addon from page, it’s OK.
Please help me.

// Include any relevant code. If you have a lot of code, link to a gist instead.

Can you provide some code of what you’ve already tried? It may be that a simple change is all that’s needed.

You can use static $inline_editable = false;

1 Like

Thanks mate, it works.