Ol' Shrimpeye
Ol' Shrimpeye
**Is your feature request related to a problem? Please describe.** I'd like to have the slot variables available within the definition. Currently I cannot use the variable to define value...
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
I'm using a combination of client and server side validation a validator object may look like this: ``` validator: (value) => { return Validator .value(value) .required() .custom(() => { //...
No tests
tests are great, need to add them before releasing a major version of 1+