Hi
I want to change icon color when text box content is changed.
I am using If(IsBlank(ControlName.PropertyName),Red,Green).
However, IsBlank works when textbox is blank.
In my application textbox already has some text and I want to ensure that user press save icon if user modify textbox.
I am unsure of using onChange function for textbox. Any ideas or suggestions are welcome.