Closed surahmans closed 8 years ago
The GitHub issue list is for reporting bugs in the OctoberCMS code base specifically. Please try the following support avenues for getting support with using October:
You need the color
field to depend on the photo
field.
I have read this document http://octobercms.com/docs/backend/forms#field-dependencies.
I need to change the 'color' field when the 'photo' field has changed. How to implement this?
I have tried many and many but still cannot resolve this case.
FYI, I want to get the dominant color of the image using color thief package. It's doesn't matter and work on front end. But I can't do that on backend.
Thank you,