0
I have a password field type="password"
that I use Parsley in this way:
<input type="password" name="senha_usu" id="pass2" class="form-control" required data-parsley-min="6" placeholder="Senha" />
but it’s not validating right, because I should check if it has at least 6 characters. Because of the going wrong?