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
It would be great if the validator could take into account the fields defined in the form view definition that goes with a schema as well to ensure that additional fields are not submitted or can filter out unwanted fields (or at least warn about them).
Both https://github.com/Textalk/angular-schema-form/ and https://github.com/joshfire/jsonform allow for the use of a JSONSchema with additional form definition to determine what to display to the user.
It would be great if the validator could take into account the fields defined in the form view definition that goes with a schema as well to ensure that additional fields are not submitted or can filter out unwanted fields (or at least warn about them).
https://github.com/Textalk/angular-schema-form/blob/master/dist/schema-form.js implements the merge with the form format in "service.merge".
The text was updated successfully, but these errors were encountered: