File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -913,6 +913,7 @@ Localise your implementation (or just customise the default messages) by passing
913913 DEFAULT_STRING: 'New data!',
914914 DEFAULT_NEW_KEY: 'key',
915915 SHOW_LESS: '(Show less)',
916+ EMPTY_STRING: '<empty string>' // Displayed when property key is " "
916917}
917918```
918919
@@ -1231,6 +1232,7 @@ This component is heavily inspired by [react-json-view](https://github.com/mac-s
12311232
12321233- **1.27.0**:
12331234 - Option to handle custom collections as " Value" nodes ([#203](https://github.com/CarlosNZ/json-edit-react/issues/203))
1235+ - Put `EMPTY_STRING: " < empty string> " ` into translations
12341236- **1.26.1**: Fix bug when submitting with keyboard after switching to `null` type ([#194](https://github.com/CarlosNZ/json-edit-react/pull/194))
12351237- **1.26.0**:
12361238 - Handle non-standard data types (e.g. `undefined`, `BigInt`) when stringifying/parsing JSON
You can’t perform that action at this time.
0 commit comments