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, im using enumsource with $ref to load data from ajax call. but it is showing empty dropdown. below is my code snippet. "type": "object", "required": ["value"], "properties": { "valuev":...

So sad.. great package and so many examples but so horribly written .. hardly finding what i need..

It's not possible to add integer items with enumSource.

Hi, I want to have an array in the json output and some of the elements of array should not be modified by editor. Is it possible in the schema...

I want to delete a property, when I add a wrong property. Is there a api for it?

I intend to use an array of objects in the "tabs" format as a selection. My idea is to watch for the selected array index and populate a text field...

I want to update the value of the select in the code, but the setValue () function is invalid. ``` image: { type: "string", format:"select", propertyOrder: 110, enum:['aaa'], // default:...

Consider I have a json schema as below: ....... "properties" : { "name": { "type":"string", **"hide":"true"** } ...... }, "required": ["name"] The name field is hidden, but also required. I...

I was trying to get notification on arrays of booleans (checkboxes) and noticed that the called function was not receiving any context as to which instance of the array was...