nuxt-validate icon indicating copy to clipboard operation
nuxt-validate copied to clipboard

Simple Nuxt input validation module using vee-validate

Results 24 nuxt-validate issues
Sort by recently updated
recently updated
newest added

How can i set custom error messages? i'm useing nuxt-i18n and obviuslly nuxt-validate, anyone can bring me an example please?

Hi, I need vee-validate only on some specific pages. But vee-validate will be loaded on every page. I want to reduce the size of my entry point by load vee-validate...

I have tried customizing the options, like below: ['nuxt-validate', { lang: 'en', rules: ['email', 'min', 'max', 'confirmed'], nuxti18n: { locale: { 'da': 'da', 'en': 'en' }, rules: ['email', 'min', 'max',...

I have defined rules like so (two places, becasue I am unsure which -- not clear according to documentation): ['nuxt-validate', { lang: 'en', rules: ['email', 'min', 'max', 'confirmed', 'numeric'], nuxti18n:...

Hi, vee-validate 3 was [released](https://github.com/logaretm/vee-validate/releases/tag/3.0.0), are there any plans to update this nuxt plugin?

help wanted

Hi, how can I change the language of nuxt-validate? I also use nuxt-i18n. In the readme there is the following line: > notice: If you use nuxt-i18n module, declare the...

Hi :) How to have validate on a separate chunk ? Stay safe

Trying to use cross-field validation to validate a password and password confirmation field but it's not working, the `target`/`ref` to refer doesn't actually return its value. On the template I...

Does this module provide easy access to validation components (`ValidationObserver`, `ValidationProvider` and their instances)? I don't think so, at least I was unable to import them successfully from `nuxt-validate` therefore...

enhancement
help wanted

Package version was never bumped and published to NPM when vee-validate dependency was upgraded from v2 to v3. This means we're essentially stuck on [email protected] unless we manually override it....