Dobromir Hristov

Results 166 comments of Dobromir Hristov

Ah ok I didnt have devtools on that one. It works fine with 4.1.5 though.

My two cents here. You should probably just create a simple mock of the library and pass it to the `mocks` property of vue-test-utils. A simple rule to follow is,...

So what is the issue here? You never explained what problem you are experiencing.

Sorry. I did and I could not reproduce your problem. Can you create a small repo so I can test it?

Thanks, I will try to update this soon.

Why do you want to mix the extractor into each component like that? You are then mixing extraction logic into your other form components. You can use the validation extractors...

Well, there are many ways to do it, this library uses the traditional component based approach, as error messages are tied to the template, not your business logic. Sorry if...

Hey what do you think it should do for Vuelidate 2.x. It kind of has error extraction out of the box.

> I'm not seeing error extraction in Vuelidate 2.x like this provides. I think it would be useful to see this updated for Vuelidate 2.x In Vuelidate 2 you can...