hakimel/Ladda

Form validation

Closed this issue · 1 comments

Hello,

I'm using Ladda 1.0.6 inside forms, but it seems that form validation is not taken into account.

If there are only input text, it's ok, Ladda won't launch until the form is valid, but if there's selects, radio button or anything else Ladda will trigger even if the form is not valid.

Note : I can have multiple forms on the page. I bind the buttons with :
Ladda.bind( 'button[type=submit]' );
My forms do not have the novalidate attribute.

Thanks.

My mistake, I had an old version in cache