I have a number validator tied to a TextInput component watching the
"change" triggerEvent.  When the user enters an invalid number, like
"47a", the focus color remains blue and the border color turns red.

If the user hits tab, then shft-tab to get back to the entry field --
the focus halo changes to red as well as the TextInput border.

If the user then removes the trailing "a" to fix the error -- the
focus color stays red (although the border color changes back to
black).  The focus color should change back to blue once the
validation succeeds, shouldn't it???

Anyone know of a work-around?

MIke

Reply via email to