I am using extjs 4.2
and I want to highlight the required fields in yellow.
This i can do like this
.x-form-required-field {
background-color:yellow;
}
But what i also want is that if that field is filled then system should remove the highlight
i am not able to do that. can anyone please help me on this