Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.

Bootstrap4 tag b-form-input has problem with @blur #1330

Open
K69G4JRA725W opened this issue Apr 3, 2018 · 0 comments
Open

Bootstrap4 tag b-form-input has problem with @blur #1330

K69G4JRA725W opened this issue Apr 3, 2018 · 0 comments

Comments

@K69G4JRA725W
Copy link

Bootstrap4 tag has problem with @blur , node: v9.9.0 and npm: 5.6.0
But no problem with node: v7.7.3 and npm: 4.1.2

The code is:

                <b-form-input v-model.trim="form.userID" type="text" @blur="checkUserID();"
                  minlength="6" maxlength="20" placeholder="User ID" required></b-form-input >

If change to , it works fine. Does anyone know what happened?

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

No branches or pull requests

1 participant