I have a password field type="password"
that I use parsley like this:
<input type="password" name="senha_usu" id="pass2" class="form-control" required data-parsley-min="6" placeholder="Senha" />
But it is not validating right, because it should check if it has a minimum of 6 characters. Why did you go wrong?