-
**Describe the bug**
Greetings I have project on vuejs3 and using vuelidate as validator library. I have form to validate users password. First user must enter tmp password send by server then new pa…
-
**Describe the bug**
$rewardEarly mode states that validators only run after `$commit` has been called, usually `onBlur`. I've noticed, by chance, if I have multiple fields, and the first one is **in…
-
**Describe the bug**
A `Cannot read properties of undefined (reading '$model')` error when using Vuelidate 2.x with Nuxt V2
I'm not sure why the $model would be undefined. Does anything seem wrong…
-
Vuelidate currently uses a switch block based on `process.env` to pick a standalone 'browser' or packaged module implementation for params:
https://github.com/monterail/vuelidate/blob/70b8ff6936f0d…
-
Node : 6+ npm 5+ vue: 2.5 bootstrap-vue: ^2.0.0-rc.11 vuelidate: 0.7.4
Html
Js
import { required } from 'vuelidate/lib/validators'
validations: {
client: {
clientName: { requir…
-
Our test-utils and defineComponent are heavily inspired by Vue
Our html tagged template literal is inspired by lit
Our validations are heavily inspired by vuelidate
We should write some words on …
-
Many preparations and migrations have already been completed (see #649).
Still outstanding is the migration of `vuelidate` #899, which should be done before.
## Reasons for migration
* `vue 2` …
-
## Objective:
Guide developers in their migration from vue 2 to vue 3, specifically in their dependencies
## Contents
- name of library
- name of the branch where the vue 3 work has started
…
-
Panowie, Dziękuję za świetną bibliotekę!
I have a general question about proper use case in situation like this:
There is a big form containing ~100 fields. For code clarity i divide it into…
-
Hey I just did what it has in the doc
`yarn add nuxt-vue-select`
then I added
`modules: [
"nuxt-vue-select",
],`
in my nuxt config
but it doesn't work and has this issue :
`
ERROR …