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/documentation/docs/controls/fields/main.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,20 +40,20 @@ public render(): React.ReactElement<{}> {
40
40
Additionally, any of included components can be used by itself.
41
41
42
42
## FieldRendererHelper
43
-
[FieldRendererHelper](./FieldRendererHelper) class is a **recommended** way to use Field Controls as it provides additional functionality to automatically render the content for any type of fields.
43
+
[FieldRendererHelper](./FieldRendererHelper.md) class is a **recommended** way to use Field Controls as it provides additional functionality to automatically render the content for any type of fields.
44
44
45
45
## Available Controls
46
46
The following Field Controls are currently available:
47
47
48
-
-[FieldAttachmentsRenderer](./FieldAttachmentsRenderer) (renders Clip icon based on the provided `count` property is defined and greater than 0)
49
-
-[FieldDateRenderer](./FieldDateRenderer) (renders date string as a simple text)
50
-
-[FieldFileTypeRenderer](./FieldFileTypeRenderer) (renders document or folder icon based on file path)
0 commit comments