Skip to content

Commit 969cda5

Browse files
committed
Update docs
1 parent 2b4eb63 commit 969cda5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Fields.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ All field components accept the following attributes:
3636
* `formClassName`: A class name (usually generated by JSS) to customize the look and feel of the field container when it is used inside `<SimpleForm>` or `<TabbedForm>`.
3737
* `addLabel`: Defines the visibility of the label when the field is not in a `Datagrid`. Default value is `true`.
3838
* `textAlign`: Defines the text alignment inside a cell. Supports `left` (the default) and `right`.
39+
* `emptyText`: Defines a text to be shown when a field has no value.
3940

4041
{% raw %}
4142
```jsx

0 commit comments

Comments
 (0)