jsonforms-editor
                                
                                 jsonforms-editor copied to clipboard
                                
                                    jsonforms-editor copied to clipboard
                            
                            
                            
                        Visual Editor for JSON Schema and JSON Forms Ui Schema
**Motivation** Indicate where the element belongs to
During the page load we have 3 errors logged: - Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://fb.me/react-unsafe-component-lifecycles for details....
**Motivation** Help the user to quickly see where in the form a certain schema element is placed. Help the user to see to which schema element a certain control is...
**Motivation** No need to create complex UI. **Solution** Provide template when rendering editor. Offer valid scopes as OneOf
**Motivation** Having the JSON Forms Editor deployed on Netlify is great. However, when I want to edit an existing JSON Schema, I need to copy and paste it from an...
**Motivation** I need the preview more often than the property view, so I always have to change tabs **Solution** Split the left panel and show the property view on the...
**Motivation** Rules of UI elements should be configurable via an user interface and not in a textual form.
**Motivation** We should offer support for creating controls for schema elements of type `object`. **Solution** Create a custom object renderer that renders all the properties of the object as controls....
**Motivation** Helping the user to avoid creating duplicate controls **Solution** Don't allow to drag schema elements which are already part of the schema **Alternatives** When an existing schema element is...