lisandromc

Results 4 comments of lisandromc

> Did @alexurquhart stop maintaining this repo? He had no activity whatsoever on GitHub for the past 18 months: https://github.com/alexurquhart?tab=overview&from=2019-12-01&to=2019-12-31 @azinamo has approved my PR but I don't see the...

> @lisandromc your tests have failed, did you see why? In some contexts, $listeners.keydown will be undefined and that breaks the component. I have a fix for this, but I...

I've run into this issue when calling `this.$validate()` from a validating component. In my particular case, this stems from having a select populated like this: ``` Select a market {{market.name}}...

Thanks for your prompt reply. It's initialized in props, not in data. ``` props: { shoot: { type: Object, }, step1Complete : { type : Boolean }, step2Complete : {...