Dobromir Hristov

Results 166 comments of Dobromir Hristov

What if you do `$externalResults.value.dogs.$each = ['foo', 'bar']` ? keep in mind, if you really want to take advantage of of the full potential of Vuelidate collection validation, you should...

Right. Helper was intended for one-off simple things. For more complicated scenario's, please use components.

This is because the `forEach` helper iterates over the data and all of it's properties, rather than iterating over the `rules`, and building the state up, for each validator. This...

Hey there. Did you manage to make it work? This might be some specific thing that Nuxt does on the server, that Vuelidate is not prepared for.

Hey, sorry bout that... Seems we can't please everyone with these emails heh. I have yet to see anyone use none latin letter emails, but I suppose it's a thing....

The updated email validator regex should now match what is in the HTML 5 `` validator. I tried with a few Turkish letters and I got an error for the...

This sounds like #897 what you are doing. It's an interesting concept I want to explore. Essentially you don't need a reactively changing state, you need one that you manually...

Hey, yeah sorry about that. Unfortunately i am on vacation, the soonest I can do that is in 2 weeks.

I looked into this briefly today. I would have to create some ts pipeline, to properly generate the type for this. I have a plan to rewrite the package in...

I could not figure out how to generate the types or to write them manually. If you have any suggestions, a pr is welcome.