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
I'm currently facing an issue with reactive validation errors not appearing on nested subschema fields. When adding AutoForm.debug, the errors are logged but does not show on the form.
In the quickform example, when subtask fields are empty, a validation error of 'subtasks is required' does appear, but not for subtasks fields.
Reactive validation errors of nested subscehma did work with previous versions, before Tracker was added. Any idea what i'm doing wrong and how to solve it?
The text was updated successfully, but these errors were encountered:
I notice the same behavior. Has anybody figured out how to solve this? The onError hook of the form has all validation errors in validationContext._validationErrors but just doesn't display it for a nested schema
Hello.
I'm currently facing an issue with reactive validation errors not appearing on nested subschema fields. When adding AutoForm.debug, the errors are logged but does not show on the form.
Example:
JS
HTML
{{> quickForm collection=getCollection id="insertTaskForm" type="insert"}}
ORIn the quickform example, when subtask fields are empty, a validation error of 'subtasks is required' does appear, but not for subtasks fields.
Reactive validation errors of nested subscehma did work with previous versions, before Tracker was added. Any idea what i'm doing wrong and how to solve it?
The text was updated successfully, but these errors were encountered: