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

Hi all, I use a oneOf option on array with some objects defined on definitions part. It gives on the basic.html example : `var editor = new JSONEditor(document.getElementById('editor_holder'),{ schema: {...

Hello, I would like to have something like that "tags" options in select2. This means, the user can select from pre-existing options (defined in my "enum") or create a new...

Is there any way to assign an ID, class, or attribute to an editor via the schema or the options? For example, something like: { "title": "Name", "type": "string", "options":...

I always load an object, so I don't want to show the `root` field. How can I do that?

Hi. I am trying to make a section of a form depend on a selected item in a popup. I must be doing something wrong since no matter what I...

Added a copy button to the "control_holder" of an array. If the option "enable_array_copy" (default = undefined = false) is set to true, the button is visible. PS: the options...

Like the delete button I would love to have a button that copies this array element and insert it at the bottom.

I tried using enumsources filter option as mention in Readme.md. But it seen not working. -------------- my json have ------------- enumSource: [{ "source": [ { "value": 1, "title": "One" },...

can you use others sign instead dollar sign? I can't save a json schema data with `$ref` to mongodb