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: packages/docs/docs/advanced-customization/custom-templates.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ render(
76
76
);
77
77
```
78
78
79
-
You also can provide your own field template to a uiSchema by specifying a `ui:ArrayFieldTemplate` property.
79
+
You also can provide your own field template to a uiSchema by specifying a `ui:ArrayFieldTemplate` property with your Component or a string value from the `Registry`.
80
80
81
81
```tsx
82
82
import { UiSchema } from'@rjsf/utils';
@@ -163,7 +163,7 @@ render(
163
163
);
164
164
```
165
165
166
-
You also can provide your own template to a uiSchema by specifying a `ui:ArrayFieldDescriptionTemplate` property.
166
+
You also can provide your own template to a uiSchema by specifying a `ui:ArrayFieldDescriptionTemplate` property with your Component or a string value from the `Registry`.
167
167
168
168
```tsx
169
169
import { UiSchema } from'@rjsf/utils';
@@ -261,7 +261,7 @@ render(
261
261
);
262
262
```
263
263
264
-
You also can provide your own template to a uiSchema by specifying a `ui:ArrayFieldDescriptionTemplate` property.
264
+
You also can provide your own template to a uiSchema by specifying a `ui:ArrayFieldDescriptionTemplate` property with your Component or a string value from the `Registry`.
265
265
266
266
```tsx
267
267
import { UiSchema } from'@rjsf/utils';
@@ -615,7 +615,7 @@ render(
615
615
);
616
616
```
617
617
618
-
You also can provide your own field template to a uiSchema by specifying a `ui:FieldTemplate` property.
618
+
You also can provide your own field template to a uiSchema by specifying a `ui:FieldTemplate` property with your Component or a string value from the `Registry`.
619
619
620
620
```tsx
621
621
import { UiSchema } from'@rjsf/utils';
@@ -693,7 +693,7 @@ render(
693
693
);
694
694
```
695
695
696
-
You also can provide your own field template to a uiSchema by specifying a `ui:ObjectFieldTemplate` property.
696
+
You also can provide your own field template to a uiSchema by specifying a `ui:ObjectFieldTemplate` property with your Component or a string value from the `Registry`.
0 commit comments