I am trying to write the code for making a text input control in flex.
As the user enters the value in text input control and then if he removes the typed characters to make the text input blank, then I print error message via StringValidator.
But I want the focus to be set on that text input only until the user enters anything. How can I achieve that ?
Thanks