-
I'm using vue-masked-input to apply a credit card mask on my input, but the `required` validation from Vuelidate is not being called.
```javascript
Ca…
-
### Make sure that you are familiar with documentation before submitting an issue.
https://vuelidate-next.netlify.com/
**Describe the bug**
We have a date picker that populates an "issueDate"…
-
This dependency was not found:
* vuelidate in ./src/main.js
orean updated
5 years ago
-
Good Morning.
I have some problem, i need to validate and array containing arrays of objects as :
```json
{
"conditions": [
[
{
"event_id": null,
…
-
with vuelidate or vee-validate
-
Consider adding decorators for validation for example:
https://www.npmjs.com/package/vuelidate-property-decorators
-
I got an issue when loading components in nuxtjs with mode SSR. Please see attachment
-
## Version
2.0.0
## Steps to reproduce
- Using https://github.com/vuejs-templates/webpack
- Testing single file component using Jest which uses the v-icon component like:
```
```
- Ru…
ghost updated
10 months ago
-
Hi, I want to use `v-model` by @vuelidate, but this not working.
If I use simple vue component, everything is fine.
![image](https://user-images.githubusercontent.com/41015519/84606269-03dc2600-ae…
murka updated
4 years ago
-
Thanks for providing this to Github. I was able to figure out dynamic vuelidate validation by your example. Saved my butt.