-
i Want to make sure a input field is a valid phone,but it make some wrong。
```base
Confirm.vue?d755:17 named exports are not supported in *.vue files.
```
```javascript
import { required…
-
When we update from 2.0.0 to new version we get "Uncaught TypeError: Cannot read property 'forEach' of undefined" from this._.foreach/find statements. When we downgrade to 2.0.0 it works.
Thanks.
-
### Proof of Concept - JSON Schema validation in UI
## Description:
Work out kinks in using JSON Schema package for form validation in UI.
https://github.com/mokkabonna/vue-vuelidate-jsonschema
http…
-
I am unable to validate my objects inside an array. I get the error that "name" and "years" of undefined cannot be read, whereas the item of which the name and the years are in are the elements in the…
-
Hey all
I am wondering how to approach validating an input that could be metric or imperial units, depending on the user's setting. How do I validate and display the appropriate error for ex. kg or …
-
Would you ever consider updating your syntax for easier error messages?
I really like the way Vuetify does validation, and the perfect vue validator for me would be a mix of vuelidate and vuetify. …
-
### vue & vuelidate-error-extractor version
2.4.0
I am using vuelidate-error-extractor with Buefy and it works great.
But I am facing an issue with requiredIf validation. Please refer the below c…
-
It would be great to have inside each field a list of a generated error strings or keywords
Something like this:
```javascript
Vue.prototype.$errors = function (fieldName, i18nName) {
const co…
-
./del
-
Whenever I use the `minLength` validation, it throws a `Cannot read property 'password' of undefined` error. Using Vuetify + TypeScript, no Nuxt. Here is a code sample demonstrating the issue:
```h…