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
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
Environment