Skip to content

Commit ffebd1c

Browse files
committed
Update README.md
1 parent 63f24df commit ffebd1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)