json-forms
json-forms copied to clipboard
Recursive definitions not supported
The JSON schema spec allows for self-referential schemas with $ref
- at the moment this causes an error. See fiddle here: https://jsfiddle.net/4gk0bv2z/
hi did you solve this problem?
No unfortunately.. I switched to react-jsonschema-form by mozilla.. seems to be very well supported
hah, ok, thanks for your reply, I think I should also switch to react-jsonschema-form, it seems more reliable. could you give me an example about array $ref in react-jsonschema-form that you switch from this json-forms, many thanks!! :)
Hi @stringfellow another question, did react-jsonschema-form can complete dynamic selection like http://brutusin.org/json-forms/ this page shows, thanks a lot!! :)
@OYE93 react-jsonschema-form supports a limited version of dynamic schemas, see https://react-jsonschema-form.readthedocs.io/en/latest/dependencies/#dynamic
@epicfaace thanks, I'll try it, hope it could be helpful.