Skip to content

Commit 736b9ab

Browse files
docs: append translate details in emptyText
1 parent c7f8d36 commit 736b9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Fields.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ CSS class name passed to the root component.
144144

145145
## `emptyText`
146146

147-
By default, a Field renders an empty string when the record has no value for that field. You can override this behavior by setting the `emptyText` prop.
147+
By default, a Field renders an empty string when the record has no value for that field. You can override this behavior by setting the `emptyText` prop. The emptyText supports i8nProvider translation, if the translation is not found it will display the value as default.
148148

149149
```jsx
150150
const PostList = () => (

0 commit comments

Comments
 (0)