Skip to content

Blur event and input class customization #27

@NasH5169

Description

@NasH5169

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions