Problem
I have created a simple Meteor project and added a form. The problem is that validation errors are not showing after submitting.
We are using:
aldeed:autoform,
aldeed:collection2,
communitypackages:autoform-bootstrap4 and
- npm package
simpl-schema
To Reproduce
- Clone simple repository https://github.com/mslobodan/autoform-validation-issue
- install dependencies with
meteor npm install
- start project with
meteor command
Expected behavior
If form is not populated and after Submit button is clicked I should see validation error below input fields.
Versions
- Meteor version: 2.7.3
- Browser: Firefox, Chrome
Problem
I have created a simple Meteor project and added a form. The problem is that validation errors are not showing after submitting.
We are using:
aldeed:autoform,aldeed:collection2,communitypackages:autoform-bootstrap4andsimpl-schemaTo Reproduce
meteor npm installmeteorcommandExpected behavior
If form is not populated and after Submit button is clicked I should see validation error below input fields.
Versions