vue-password-strength-meter icon indicating copy to clipboard operation
vue-password-strength-meter copied to clipboard

Blur event and input class customization

Open NasH5169 opened this issue 7 years ago • 1 comments
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

NasH5169 avatar Sep 17 '18 14:09 NasH5169

This should be fixed with #25

apertureless avatar Oct 04 '18 07:10 apertureless