- Issue created by @luksak
There is a project implementing JSON Schema Forms which has an implementation for React, Vue and Angular: https://jsonforms.io/ It seems to be actively maintained and has a lot of features. To me this appears to be the best implementation of the standard.
Currently this module works with JSONForms when providing the schema. It renders the form. But the UI schema works quite differently. When I provide the UI schema generated by this module, JSONForms with an error: No applicable renderer found.
I was wondering, if we could add better support for JSONForms to this module.
Here is the vue component I'm currently working on: https://gitlab.com/-/snippets/3692287
Active
2.0
Code