I have a text field with id=TextField. When the user types 10 into this field I would like the font color of 10 to change immediately to red (and if possible change the background color of the text field).
It seems the best way to do this is change the CSS style of TextField when 10 is entered into this field.
I searched online but couldn't get any of the available code to work.
Thanks.