jdorn / json-editor

JSON Schema Based Editor
MIT License
5.81k stars 1.08k forks source link

BUG with remove_empty_properties for arrays #738

Open oriontvv opened 7 years ago

oriontvv commented 7 years ago

Here you can reproduce the bug. Just try to add and remove items. It's ok without remove_empty_properties option. Note: If you add "default: {"name": "name"}" option then it will not be hidden.

Syzygy24 commented 7 years ago

Also seeing this. Fields just don't show up sometimes with remove_empty_properties set. Could somebody please look into this?