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 was archived by the owner on Mar 7, 2021. It is now read-only.
At first glance, it looks like the original style color is overriding your custom color. Are you setting the initial value for highlighted_background_color?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
I want to change the FORMButtonFieldCell's backgroundColor in running and I implemented the dataSource's "fieldUpdatedBlock" in Controller.
But When I call the ButtonFieldCell's "setBackgroundColor", It not change the field's color.
My code:
I try to change the HighlightBackgroundColor, It works.
I try to define a style attribute in JSON file with the Field, It also works.
So, How can I change the Field's backgroundColor in coding?
The text was updated successfully, but these errors were encountered: