json-schema-form / angular-schema-form

Generate forms from a JSON schema, with AngularJS!
https://json-schema-form.github.io/angular-schema-form
MIT License
2.47k stars 653 forks source link

Can we have Multiple schemas and multiple models for one form??? #924

Closed arshad104 closed 7 years ago

arshad104 commented 7 years ago

Hi,

I am using angular schema forms for one of project. Just want to know can we have mutliple schemas and multiple models for a single form? If Yes, any example?

Thanks

Anthropic commented 7 years ago

Not really, you can add sf-schema attributes on a non-form tag and have multiple schema-form instances within one html form tag. Never tried to blend the data though. Be easier to use $ref to combine the schema under different parent object keys and do it that way I would expect.