Hi everyone,
I am using the Zeroqode air color picker plugin which i love, in order for users to customize the colors of some elements.
Context:
I am dynamically setting the background color of a shape, based on the air color picker element. The air color picker element is placed in a group focus. And I have set the initial content color to be yellow (#FFD000).
Problem:
Now, when i load the page, my shape’s background is NOT yellow if the air color picker is in a group focus (scenario A). But the shape’s background IS yellow if the air color picker is NOT in a group focus (scenario B).
In scenario A, i need to reveal the group focus for the air color picker to pick up yellow as its initial color and for the shape’s background to update to yellow.
Does anyone have any idea how I can “force” the air color picker to work properly even if it’s placed in a group focus? Any help would be greatly appreciated.
Thank you!