filiphoeven

Results 3 issues of filiphoeven

1. What version of RJEA are you using (react-json-editor-ajrm version)? 2.5.9 Would it be possible to add "resize" functionality to the editor like a textarea (bottom-left handle that allows the...

low priority
feature request

1. What version of RJEA are you using (react-json-editor-ajrm version)? *REQUIRED 2.5.9 Is it possible to have the editor vertically grow/shrink automatically based on the content? To avoid losing unnecessary...

low priority
feature request

When zipping a folder that contains empty folders using this code: ``` const zipFile = fs.existsSync(filePath) ? new AdmZip(filePath) : new AdmZip(); zipFile.addLocalFolder(folderPathToZip); zipFile.writeZip(filePath); ``` The ZIP file cannot be...