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
JQBV only looks for the name attribute currently, and although you've given it an ID, the mobile field doesn't have a name attribute.
It is an easy thing to miss, so I'm flagging this as an enhancement for 1.4.0. I'll update for it to look for name first, then if none found, search on ID in stead.
Tried using the same code as in the documentation, but the match feature seems to be buggy.
The responds by "does not match" even if the 2 fields have the same content.
Please check the JSBin here - http://jsbin.com/enoval/3
Please try with the "mobile" and "email" fields.
The text was updated successfully, but these errors were encountered: