json-schema-form/angular-schema-form

Dynamic Type's from Model

hugoalexmartins opened this issue · 0 comments

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.