-
### General information
- json-editor version: 1.4.0-beta.0
Unexpected editor HTML structure is generated when "anyOf", "oneOf" etc. options are used on root node.
### Expected behavior
HT…
-
Is it possible to define in a scheme that the editor should show or hide specific fields depending on values of others?
Like for example if I have a choice checkbox field "use credit card" and only …
-
Please support meteor 0.9
-
### Expected behavior
Given a oneOf on the required part of an object definition:
"Resource": {
"type": "object",
"oneOf": [
{
"required": [
"FConfi…
-
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": {
…
-
So my Schemas are:
Schema 1:
{
"id": "https://some-site.cc/schema-1",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
```
"properties": {
"prop1": {
"…
-
### General information
- json-editor version:
```html
```
### Expected behavior
Hi I've an autocompletion text field (A) which helps me to get an ID from a remote server (it works per…
-
### Issue Report Checklist
* [ x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports
* [ x] Read the relevant sections of the [Spyder Trou…
-
I get the error message:
"Couldn't find a template named "En" or "en". Are you sure you defined it?"
All I do is:
I18NConf.configure({
```
defaultLanguage: 'en',
languages: ['en', 'de', 'fr'],
a…
-
Hello,
I was giving json-editor a try, the demo looks very nice.
I have two different requirements, displaying predefined views, for which json-editor looks like the way to go, and secondly construct…