Open lee-nk opened 9 years ago
When removing an item from an array (by deleting the key), the ui updates visually and looks as if the item is removed. However, in the data the array contains a hidden null entry, eg: [1, 2, 3, null]
[1, 2, 3, null]
@DavidDurman I have fixed this issue and raised a PR https://github.com/DavidDurman/FlexiJsonEditor/pull/32. Please review.
When removing an item from an array (by deleting the key), the ui updates visually and looks as if the item is removed. However, in the data the array contains a hidden null entry, eg:
[1, 2, 3, null]