You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mslobodan the problem is that SimpleSchema removed Meteor support with version 3 and therefore your { tracker: Tracker } has no effect at all, which results in the messages not being shown reactively.
Downgrading to simple schema @1.13.1 solves the issue. However this is a problem now, because I am not sure how we can work this out.
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
andsimpl-schema
To Reproduce
meteor npm install
meteor
commandExpected behavior
If form is not populated and after Submit button is clicked I should see validation error below input fields.
Versions
The text was updated successfully, but these errors were encountered: