-
systemjs 6.10.2 + vue 3.1.4 + @vuelidate/core 2.0.0-alpha.21
error message: ReferenceError: exports is not defined
-
It would be really awesome to add some of the native browser events to the input, for example Im trying to tie Vuelidate in with the @blur event.
I might make a pull request for this, but the simpl…
-
With ui-pager with 4 or more pages set, an error will occur if you move to the 4th page.
This only happens on iOS, not Android.
```
page1 mounted
page2 mounted
page3 mounted
page1 dest…
-
I'm getting the following error when using a Promise-based validator:
```
vue.runtime.esm.js?2b0e:587 [Vue warn]: You may have an infinite update loop in a component render function.
```
``` j…
-
Hi!
I use the latest version of vuelidate and I want to validate "required" if another attribute has validation state e.g. $invalid.
Options API example:
```js
...
validations() {
retur…
-
There are a lot of outstanding questions regarding:
- what validations to apply to different fields
- what validations to appy to a form as a whole
- when to trigger validations and show errors
A lo…
-
**Describe the bug**
I have a field that only has server-side validation. To oblige with vuelidate `rules`, the field is defined in the `rules` object, but has an empty object assigned (no validators…
-
Validation like:
```
"email": {
"type": "string",
"format": "email"
},
```
won't work as expected. See http://json-schema.org/latest/json-schema-validation.html#rfc.section.7 for list o…
-
It happens that I am doing a v-for but I don't know how I could apply it with bootstrap vue and Vuelidate, because the v-model is repeated for all the inputs how to differentiate them?
Any example pl…
-
Domain part in the email may contain diacritics or cyrillics, but Vuelidate's email validator accepts only `[A-Za-z]` characters.
https://jsfiddle.net/8kw87kpf/
I think it should only validate t…