brutusin / json-forms

JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided
http://brutusin.org/json-forms
Apache License 2.0
607 stars 168 forks source link

Forms not generated for certain fields #92

Open gastonche opened 7 years ago

gastonche commented 7 years ago

I have been trying to intergrate this library into my project lately, it works mostly fine, however some fields from my schema are not generated correctly. mostly array fields with oneOf sued to combine items. I made a fiddle here to show the case with my schema. On the fiddle trying to add a new interface or a new openVpn object does not generate the corresponding form once I select the proper option from the list. No error is thrown so i do not understand y it behaves this way

idelvall commented 7 years ago

Hi @gastonche , can you simplify the schema to the part misbehaving?

idelvall commented 7 years ago

By the way allOf is still not supported

idelvall commented 7 years ago

Version 2 (currently on development) will support it

osher commented 6 years ago

any news re. allOf ?

idelvall commented 6 years ago

https://github.com/brutusin/json-forms/blob/master/README.md#status