Validate Use Case

Validate Use Case

Is there a reason why Validate does not flag empty input fields even when they are class='required'?

I've tabbed through required fields and not a one was validated.

Only when I enter in one character in a field with a minlength='2' does the validation kick off.

So in the end, when I click submit, an empty form can be sent to my app server, violating the class='required' markup I put on the element.

-=Bryan