You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2021/06/14 17:55:29 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #1119: FormItem Required field is throwing Exception and Red mark for required field is missing

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)
   ![image](https://user-images.githubusercontent.com/42200979/121936079-aa256a80-cd62-11eb-8674-a6db3c9e2dcb.png)
   ![image](https://user-images.githubusercontent.com/42200979/121936168-c45f4880-cd62-11eb-8f1c-626f375a5290.png)
   
   There are two Issues 
   1) Required in FormItem should work
   2) Red mark for Required field
   
   Like in Flex: 
   ![image](https://user-images.githubusercontent.com/42200979/121935849-5e72c100-cd62-11eb-9fac-b228e3b36dd4.png)
   


-- 
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:
users@infra.apache.org



[GitHub] [royale-asjs] alinakazi commented on issue #1119: FormItem Required field is throwing Exception and Red mark for required field is missing

Posted by GitBox <gi...@apache.org>.
alinakazi commented on issue #1119:
URL: https://github.com/apache/royale-asjs/issues/1119#issuecomment-860887019


   Use stringValidator


-- 
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:
users@infra.apache.org



[GitHub] [royale-asjs] yishayw commented on issue #1119: FormItem Required field is throwing Exception and Red mark for required field is missing

Posted by GitBox <gi...@apache.org>.
yishayw commented on issue #1119:
URL: https://github.com/apache/royale-asjs/issues/1119#issuecomment-863928511






-- 
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:
users@infra.apache.org



[GitHub] [royale-asjs] pashminakazi closed issue #1119: FormItem Required field is throwing Exception and Red mark for required field is missing

Posted by GitBox <gi...@apache.org>.
pashminakazi closed issue #1119:
URL: https://github.com/apache/royale-asjs/issues/1119


   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org