Closed
Description
I recently upgraded from 0.8.13 to the latest 1.0.0-alpha.5. In my app, I programmatically validate fields by injecting sfValidator
and calling
sfValidator.validate(field, value);
Since the upgrade, this causes the following error:
sfValidator.validate is not a function
Has this function been renamed, or is there a replacement available?
@json-schema-form/angular-schema-form-lead