Damon Muma
Damon Muma
Thanks for the feedback, you may have noted that in the issue I acknowledged it is a bad practice and I already understand why it should be avoided (fwiw: my...
I was looking for something similar in order to put "We found X errors with your submission" (and then possibly list and link to each field that has an error...
The vuelidate-error-extractor doesn't seem to do what this suggests. It seems to be entirely oriented around templating. I already have my templating pattern figured out and would just like an...
MultiErrorExtractor seems quite cool, but kinda opposite in philosophy to vuelidate (which deals exclusively in data, rather than in the template area), so I think while it's nice that it...
I think you could maybe manually use the `touch()` and `reset()` to check this (for each input, or in custom input components).. I think if on `@blur`, you call `this.$v.thisInput.$touch()`,...
@shentao it's vue 3.0 only tho right? or will there also be a vue 2.x version?
Awesome thanks for the info (i know it's wildly off topic here). I would like to upgrade to Vue 3.0 as soon as its out but real life and testing...
I have this working in javascript files using commenting.. either through https://github.com/mjbvz/vscode-comment-tagged-templates or (this is a bit more specific to lit-html) https://github.com/mjbvz/vscode-lit-html Both require marking up your template literal.. which...
This might be tricky but quite valuable! I can't actually find anywhere online that checks this...
I don't think i have the expertise or time to look at this within a reasonable timeframe. I suspect there may be some complications involved in determining exactly how to...