You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
Destroying the color picker replaces the color icon with a standard html combobox. That's not I want to do.
I want to disable the control so that the picker is not available. Later on, the picker could be enabled again.
Is it somehow possible with the current implementation?
I see what you want: if attribute disabled is present, grey out the inline colors/disable the picker + disable click
I won't have time in the next few weeks to implement this feature.
Is there any possibility to disable the color picker? I could not figure out how to do it.
Setting disabled attribute does not work: <select name="colorpicker" disabled>
The text was updated successfully, but these errors were encountered: