-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
The following example shows error:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"test": {
"properties": {
"sources": {
"options": { "compact": true },
"type": "table",
"items": {
"properties": {
"amount": {
"type": "string"
}
}
}
}
}
}
}
}
The error resolves when we set compact: false. Doesn't happen on https://json-editor.github.io/json-editor/
In FireFox: TypeError: this.title is undefined
In Chrome: TypeError: Cannot read properties of undefined (reading 'appendChild')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels