pashminakazi edited a comment on issue #675: mx:NumberValidator is validating 
NumericStepper source incorrectly
URL: https://github.com/apache/royale-asjs/issues/675#issuecomment-574995216
 
 
   I can't understand the problem
   In a simple test case
   https://paste.apache.org/fflx8
   when i give a value of numericStepper 1 and click save button it doesn't 
return and execute else part that  Alert.show("Validation is working");
   if(vldrc_ACCOUNT_START.enabled && vldrc_ACCOUNT_START.validate().type == 
ValidationResultEvent.INVALID) {
   return;
   }
   Alert.show("Validation is working");
   means validation is correct.
   In my dbzBankReconSetup everything is same then why it returns?

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


With regards,
Apache Git Services

Reply via email to