Discussion icon indicating copy to clipboard operation
Discussion copied to clipboard

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

Open K69G4JRA725W opened this issue 7 years ago • 0 comments

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?

K69G4JRA725W avatar Apr 03 '18 08:04 K69G4JRA725W