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

Dynamic Type's from Model #989

Closed hugoalexmartins closed 5 years ago

hugoalexmartins commented 5 years ago

I need some urgent help.

I have this set of tables, Form, Questions, Answer

I have a form that returns me Form, Questions, Answer, for the Answer I must have an input type that comes from a type that the Question has, this type can be, True / False, Input Text or Date, I have a model that returns me 1 Form, 5 Questions and for one of them I must have an input type in Answer, in the background I have dynamic types coming from the model, some idea how I can develop this using Angular JSON Schema Forms.