-
First of all, thank you for sharing this great library!
As far as I can tell, you have to define error messages globally at the top level of your application. Is it possible to define them withi…
-
Why my app not showing the icon??
![ezgif-3-b347a71f68](https://user-images.githubusercontent.com/49031964/152464627-6cb82ef3-5590-440b-8808-47905d8a2d0d.gif)
here My root App.vue
```
…
-
Hi! I can deploy my Nuxt.js app but it's static right now. I want to make it SSR so I added the sample `vercel.json` in the docs:
```
{
"version": 2,
"builds": [
{
"src": "nuxt.con…
-
when i try to install this package with below command i get error:
php artisan make:tall-forms-installation
error:
```
Are you on y=Tailwind 2.x or n=Tailwind 1.x (yes/no) [no]:
> yes
…
-
Hello,
I use vuelidate in my vue.js2.5.7 / vuetify,1.0.8 application and with validating on client with vuelidate
I also make validation on server(php7.1/laravel5.6). If there is a way having erro…
-
Hello,
I'm trying to achieve collection of objects validation and its working except that I would like to have error message to be more specific.
I have following structure:
```
...
export def…
-
### Version
4.5.2
### Reproduction link
[https://github.com/ngti/factory-portal](https://github.com/ngti/factory-portal)
### Environment info
```
System:
OS: macOS 10.15.6
…
-
### Version
4.5.3
### Environment info
```
System:
OS: Windows 10 10.0.18362
CPU: (8) x64 Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
Binaries:
Node: 14.5.0 - C:\Pro…
-
- Laravel Mix Version: 5.0.4 (`npm list --depth=0`)
- Node Version (`10.13.0`):
- NPM Version (`6.12.0`):
- OS: Mac OS Catalina
### Description:
If I try to add .extract() to my …
-
For instance, I have a validator that checks minimal or maximal value based on another field `dataType`
```js
const maxNum = (type) => (value) => {
let val = parseInt(value);
switch (typ…