Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blur event and input class customization #27

Open
NasH5169 opened this issue Sep 17, 2018 · 1 comment
Open

Blur event and input class customization #27

NasH5169 opened this issue Sep 17, 2018 · 1 comment

Comments

@NasH5169
Copy link

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 NasH5169 changed the title <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()" /> Blur event and input class customization Sep 17, 2018
@apertureless
Copy link
Owner

This should be fixed with #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants