-
**Is your feature request related to a problem? Please describe.**
It seems that `$clearExternalErrors()` works only for errors if they are in the top level of the validation object. If validations a…
-
ghost updated
4 years ago
-
How can one effect conditional validations in vue-step-wizard? As the validation rules are held in the list, it makes it quit confusing. Any assistance. T for thanks!
-
I'm trying to get the validation object from the server.
Does validations function accept promise callback in return ?
Like :
```
validations: function() {
return new Promise(func…
-
Description of bug:
Currently when I load my form I have a reactive state with an array which I am then applying rules to. Using the $each and helpers.foreach functons I am able to see errors. Fantas…
-
If url has a hyphen (-) it is considered as an invalid by built-in url checker. For instance:
http://bib.api-endpoints:8080 is considered as false but http://nordix.fi is acceptable
-
### Steps to reproduce
in my main.js, I set
`Vue.material.locale.dateFormat = 'dd/MM/yyyy'`
```
Vue.material = {
...Vue.material,
locale: {
...Vue.material.locale,
dat…
-
## Overview
Update all the minor and patch releases and test. It is important to `only` update minor and patch releases. Major releases are known to have breaking changes that we need to spend more t…
-
## General criteria
A benchmark:
- _Must_ be compile with a simple `npm|yarn|pnpm install` and `tsc -p` or `tsc -b`. No funky build systems, no random external artifacts if possible.
- Compil…
-
At least these places should use vuelidate:
- [ ] LoginModal: check they've filled out the form before submit. We currently have a basic if test in place.
- [ ] StartEndCollection: end date > st…