Text Field Style Customizer

I’m trying to get the background color of a text field to blink when the field is empty and change to a different color when there is a value in the field. I’ve got the blinking part down, but how do I do I tell it if Text <> “” set the background color to something else?

Just add a custom property to the component that is a boolean (right click and select Customizers > Custom Properties). Bind the new property to the following expression:{Root Container.Text Field.text} != ""You can then use that property in the styles feature.