We use 5-15 conditions on text fields in numerous places in our app. It doesn’t look clean to end users when multiple conditions are met so several versions of the text are displayed for a split second before the final version is shown.
It’d be nice if there were a way to set the field not to display the text until all conditions were evaluated. Without this, we either have to put up with the flickering or we have to spend a fair amount of time to ensure that every permutation of our page results in one and only one condition being met.
Would this be helpful for anyone else?