vue-password-strength-meter
vue-password-strength-meter copied to clipboard
Blur event and input class customization
trafficstars
Expected Behavior
To be able to customize input class (for example red border) To be able to catch the blur event
Actual Behavior
Nothing happen when using directives like :class and @blur
<password
placeholder=""
:toggle="true"
:badge="false"
v-model="userData.password"
defaultClass="form-control"
:class="{'is-invalid': $v.userData.password.$error}"
@blur="$v.userData.password.$touch()" />
Environment
- OS: Ubuntu + Chrome
- NPM version: 3.5.2
- vue.js version: 2.5.15
- vue-password-strength-meter version: 1.3.2
This should be fixed with #25