Dobromir Hristov
Dobromir Hristov
Hey there, sorry for the late reply. Most of what you have in vuelidate 0.x will work in 2.x. There are small exceptions like using $each, or the mixin. You...
I would go for a validations function. ```js validations() { if(this.guests.length) { return { } } else { return { name: { required }, guest: { blabla } } }...
Could you show how you are using Vuelidate? `$options` should be available, even in functional components with render funcs.
Sorry for being stupid, but how are you defining this component? Please make some sort of reproducible example.
Hey there. I see the issue yeah... Have you tried with a simplified regex? Not sure what could be the issue exactly atm.
Interestingly enough, doing just this works: ```js reg: v => new RegExp(/^((?!\s{2,}).)*$/ig).test(v), ```
Also does this happen inside a Webpack App or you have only tried in the browser? Like a fiddle or something?
[1.0.0 Commit](https://github.com/snapjay/ngCart/compare/1.0.0...master#diff-27dcfb5199a0221085e23d52afcceb71L266) After this update, there is no ngCart:change event, so the Cart and the localStorate is not Updated...
Works fine under FF Dev edition. Just tested.
Hey @manniL the homepage or the inner pages are busted on your end? I just updated FF normal edition and all works good.