You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've an immediate problem with required fields in Internet Explorer 8; typing in the field is too slow. We're using version 1.3.6.
An example input has data-validation-required-message="blah blah" and no required attribute.
My guess is that the validation is done on keypress/down/up when it actually shouldn't be for required fields. Required fields should only be checked on blur, right?
Is there anything I can do to enforce required fields only being checked on focus and blur?