You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Fields.md
+1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ All field components accept the following attributes:
36
36
*`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>`.
37
37
*`addLabel`: Defines the visibility of the label when the field is not in a `Datagrid`. Default value is `true`.
38
38
*`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.
0 commit comments