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

add addError to documentation

Open dasDaniel opened this issue 7 years ago • 1 comments

the ability to add an error AFTER an asynch function is helpful and possible using

this.validation.addError('myField', messages.MY_ERROR);

would be helpful to include it in documentation

dasDaniel avatar Jun 13 '18 21:06 dasDaniel

and this.validation.removeErrors('myField'), too! Very helpful methods!

dmoebius avatar Sep 06 '19 08:09 dmoebius