Samuele

Results 9 comments of Samuele
trafficstars

What would the code look like in that case, to achieve what I'm after? I'm not using composition API (other than useVuelidate in setup).

Do you mean the "nested validations" section? The "validating collections" only refers to forEach and EachComponent. I think it's pretty confusing. In my case, I already have a separated component...

In my case, I'm working with this type of object: ``` { name: string; template: { rules: { ... }[] } } ``` I want to validate the top-level `name`...

Ah, gotcha! Thank you, will give it a try.

Hello, what's the status on this? I'm looking to adopt this package for my application but I'm a little concerned about the possible race condition issue.

Same issue here. It appears to depend on the backend, but I haven't been able to exactly determine what makes it work with one backend and not with another one....

Thank you @alanjds. Taking a look at the code of that mixin, it appears that the filtering looks something like: `qs.filter(parent_pk_fieldname=parent_pk_value)`. However, if the parent with supplied pk doesn't exist,...

> @samul-1 please be more concrete in your question. Explain how your pipeline works. Your link is broken, it's just pointing to this repo's issues, please verify your link again....