pashminakazi opened a new issue #1119: URL: https://github.com/apache/royale-asjs/issues/1119
Example : [FormExample.zip](https://github.com/apache/royale-asjs/files/6650336/FormExample.zip) In FormItem if required is not added then the form is working fine, But if I add required=true or required=false then the application is throwing Error : and because of this exception index.html is blank if I removed the required from formItem then the form is working fine. Uncaught TypeError: indicatorClass is not a constructor (FormItem.js:737)   There are two Issues 1) Required in FormItem should work 2) Red mark for Required field Like in Flex:  -- 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]
