Problem
When removing keys, a confirmation box pops up to verify with the user before destroying a key. It becomes a problem when the user has multiple keys to remove.
Solution
Please add a config option to disable this behaviour:
const editor = new JSONEditor({
id:"editor",
confirmKeyRemove:false,
...
})
Thank you in advance.