-
### Make sure that you are familiar with documentation before submitting an issue.
https://vuelidate-next.netlify.com/
**Describe the bug**
I got this message when install vuelidate
![image]…
-
Add validation rule to validate the given number is integer (no decimals). Vuelidate has this built in validator, but I guess it would be easy to implement our own with `Number.isInteger(v)`.
-
https://monterail.github.io/vuelidate/
-
I wanted to migrate vuelidate 0.x to 2.x and use options API syntax from example
```import { email, required } from '@vuelidate/validators'
import { useVuelidate } from '@vuelidate/core'
export…
-
**Describe the bug**
On Nuxt SSR `v$` is empty `{}`.
Therefore any nested references cause error, e.g. `v$.myField.nestedField`.
**Reproduction URL**
https://stackblitz.com/edit/nuxt3-vueli…
-
**Node version**: v14.17.0
**Sails version** _(sails)_: 1.3.1
**ORM hook version** _(sails-hook-orm)_: 2.1.1
**Sockets hook version** _(sails-hook-sockets)_: 2.0.0
**Organics hook version** _(sail…
-
### Make sure that you are familiar with documentation before submitting an issue.
https://vuelidate-next.netlify.com/
**Describe the bug**
At the time of installing it gives error on npm ins…
-
## The dependency [vuelidate](https://github.com/monterail/vuelidate) was updated from `0.7.4` to `0.7.5`.
🚨 [View failing branch](https://github.com/BarbellHero/barbell-hero/compare/master...Barbel…
-
Is it possible to provide a typescript definition file for `@vuelidate/components`?
-
**Describe the bug**
When using the options API, Vuelidate provides 3 different ways to automatically set the dirty state of a field
1. Specify `$autoDirty: true` within the [field's validation ru…