Robert Wilde

Results 2 comments of Robert Wilde

I am getting the same issue with a number field as well as the email field. So far what I found is: `$this_field.parsley().validate() === true` `$this_field.parsley().isValid() === true` `$this_field.parsley().isValid({force: true})...

Yes that's correct, form with a number field that is not required. It also appears to be the same issue with email field. I take it the work around is...