simple-vue-validator icon indicating copy to clipboard operation
simple-vue-validator copied to clipboard

[Feature Request] Allow passing of fields in ValidationBag.reset

Open d3radicated opened this issue 8 years ago • 1 comments

Kinda like how $validate works, only reset the field or array of fields passed.

d3radicated avatar Mar 26 '17 16:03 d3radicated

You can use this.validation.removeErrors('<fieldname>'). It's currently undocumented, but this is adressed by #50.

dmoebius avatar Sep 06 '19 09:09 dmoebius