UncommonUnion opened a new issue #401: String Validator Blocking Input URL: https://github.com/apache/royale-asjs/issues/401 The following was working for <0.9.6 -- now it seems that the validator fires on input and clears text while typing making it impossible to fill in form. ``` <j:TextInput id="LoginView_UserNameTextInput" width="100%"> <j:beads> <j:TextPrompt prompt="Username"/> <j:StringValidator required="3" autoTrim="true" requiredFieldError="Need more than 3 characters"/> </j:beads> </j:TextInput> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
