我正在尝试使用 Zurb 基础来匹配密码,除data-equalto
标签外一切正常,我的代码是:
.password-field
%label
Parola
%small necesar
%input#pw1{required: '', type: 'password'}
%small.error A strong password is needed
.password-field
%label
Confirma Parola
%small necesar
%input{required: '', type: 'password' , "data-equalto"=> 'pw1'}
%small.error A strong password is needed or passwords do not match
我期待 A strong password is needed or passwords do not match
消息弹出,但没有发生