Hi Carlos
Thank you for merging the code.

1.  I will check IE11 problem.  Because I am not sure if the Validator is 
suitable for Jewel, so I did not full test, only test it on Chrome,
1.  the "action" attribute, I rename it to "valid" attribute. 
  In my first version, the FormValidator behavior as following
- when succeeds, will dispatch "action" event
- when fails, if user has set FormValidator.requiredFieldError, will alert the 
message.

But then I change FormValidator behavior
- when successed, dispatch "valid" event  
- when fails, dispatch "invalid" event
<Form action="..." is as web developer knows, but "valid" / "invalid" event is 
more like old flex.

I think I will modify the code again, back to "action" event, <Form action=""> 
that is as web developer knows
- when successed, dispatch "action" event  
- when fails, dispatch "invalid" event, and if user has set 
FormValidator.requiredFieldError, alert the message.


[ Full content available at: https://github.com/apache/royale-asjs/pull/281 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to