Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursive definitions not supported #94

Open
stringfellow opened this issue Jul 18, 2017 · 6 comments
Open

Recursive definitions not supported #94

stringfellow opened this issue Jul 18, 2017 · 6 comments

Comments

@stringfellow
Copy link

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/

@OYE93
Copy link

OYE93 commented Nov 2, 2018

hi did you solve this problem?

@stringfellow
Copy link
Author

No unfortunately.. I switched to react-jsonschema-form by mozilla.. seems to be very well supported

@OYE93
Copy link

OYE93 commented Nov 2, 2018

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!! :)

@OYE93
Copy link

OYE93 commented Nov 2, 2018

Hi @stringfellow another question, did react-jsonschema-form can complete dynamic selection like http://brutusin.org/json-forms/ this page shows, thanks a lot!! :)

@epicfaace
Copy link

@OYE93 react-jsonschema-form supports a limited version of dynamic schemas, see https://react-jsonschema-form.readthedocs.io/en/latest/dependencies/#dynamic

@OYE93
Copy link

OYE93 commented Mar 18, 2019

@epicfaace thanks, I'll try it, hope it could be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants