Hello Gurus,
I have a Gallery view set up using Text Input objects to display various fields from a collection. Most of the fields are View only with a few fields being editable to allow user updates. To denote the fields that cannot be changed, I want to grey them out, which is via this 'Filled Darker' selection in the Appearance property. This works fine, but they grey is hard to distinguish, so I'd like to make it a little darker grey.
The trouble is, I cannot seem to override this 'Filled Darker' setting. You can see per my screenshot below, I've changed it to a way darker grey, but it did not change the color at all. Is there a way to override this setting?
Here's the Appearance property as well per the formula bar:
If I change the Appearance to an RGBA formula, (i.e. RGBA(208, 206, 206, 1)), I get error message "Expected Enum value." Any workarounds to bypass this setting would be much appreciated. Thank you!