SpoonX / aurelia-form

Fun with forms! Form utilities to make stuff just a bit (a lot) easier.
https://aurelia-form.spoonx.org/
MIT License
32 stars 16 forks source link

Aurelia-Form 0.4.0 using ValidationEngine which is not to be found #105

Closed shaunnmukmen closed 7 years ago

shaunnmukmen commented 7 years ago

Tried to use Aurelia-Form 0.4.0. Got error in Form.js where the code is trying to use ValidationEngine.

_this.reporter = _aureliaValidatejs.ValidationEngine.getValidationReporter(model);

ValidationEngine is not to be found in aurelia-validatejs or aurelia-validation.

RWOverdijk commented 7 years ago

@bas080 Could you spend some time on this? (after finishing your other tasks). If it takes too long, talk to me on gitter.

bas080 commented 7 years ago

@shaunnmukmen, The Form class is outdated. It's best to not use it.

Will have to

RWOverdijk commented 7 years ago

Closing this due to added support in the next version of form. Questions? Feel free to ask :)