json-editor icon indicating copy to clipboard operation
json-editor copied to clipboard

JSON Schema Based Editor

Results 104 json-editor issues
Sort by recently updated
recently updated
newest added

Jeremy, Have you ever considered to make your json-editor work with DataTables [https://datatables.net/]?

HI, could you plz tell me, what swig version i can use fro the swig enum-example (maybe link), 'cause all version i've tried are throwing errors (t.replace is not a...

Hi! I've read the docs, and from what I see, it is hard, if at all possible to create an editable field with a large remote dataset using Select2. Here...

Hi there, First of all, thanks a lot for your work, jsoneditor is amazing ! I'll drop here some issues I've found with select2, and that matches other previous issues...

Hi jdorn, I found here less some detail guide for how to customize format type, and i create a project for it. I am learning the json-editor codes now, maybe...

Hi, HTML5 supports datepicker for "datetime-local" (without timezone) but not "datetime" which uses timezone. If you use the below custom editor, it will let you edit it with the HTML5...

HI, i need to change the width of the list-group-item. The list-group-item titel (under "Teilnehmer") is cut off. ![zwischenablage01](https://user-images.githubusercontent.com/19414463/31317694-de9063f2-ac45-11e7-9659-b5ea439ef638.jpg) Or is there a way to get them as select box?

The README has an example using colors and `enumSource` but it's contrived, trivial and when pasted in the JSON editor, produces nothing. I'm looking to generate a nested dropdown, something...

hello guys, I have a shcema like this: # BaseButton.json: ` {` `"$schema": "http://json-schema.org/draft-04/schema#",` `"title": "BaseButton",` `"type": "object",` `"additionalProperties": false` `}` # SingleButton.json `{` `"$schema": "http://json-schema.org/draft-04/schema#",` `"title": "SingleButton",` `"type": "object",`...