JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided
The name always outputs schemas["$.demographic[#].criteria"] no matter which filter I add.
If I add schemas["$.demographic"], it works for me without the filter but the dynamic schema objects.
I had an array of objects A and each of object contains filter. Each filter options will display different kinds of forms objects dynamically.
Based on the issue https://github.com/brutusin/json-forms/issues/22, the dynamic done in the first layer of the object. But I have array of objects A that doesn't work for each display.
The
name
always outputsschemas["$.demographic[#].criteria"]
no matter which filter I add. If I addschemas["$.demographic"]
, it works for me without the filter but the dynamic schema objects.