I have a page containing a search and it runs through some logic to make sure a user has entered text into atleast one of the search boxes. If they havent they get a message and check mandatory fires on all the relevant fields and they are highlighted. That part works great, but after a user causes that behavior to fire and then fixes their search, entering text into atleast one field, I would like to clear all the highlighting. At first I thought I would just put a check mandatory at the beginning of my behavior and it would set those fields back to their default colors. But its just removing the tooltip and it looks like the only way to do this would be to use the set property behavior and manually change them all back to their default color. Is that correct or is there a clear mandatory styles behavior or something i am missing?
