Field API don't work as expected

Problem was solved :slight_smile:
What’s happend:
Paul made mistake in ColorPicker component
It hase props.value and internal color variable where color must be equal value at first run.

Paul assign color=value only at first components initialization.

But props.value changed several time by internal strapi and Paul don’t initialize internal color variable on next call

I’m publish correct component - and all work as expexted !

My working git in branch master:

2 Likes