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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ containers and keys or use the ones that come with the module.
204
204
|| comment | String | comment / description that goes below the field ||
205
205
|| commentAs | String | define the HTML tag to be used for wrapping the comment. (Default: <small />) ||
206
206
|| commentClass | String | html class for the comment element ||
207
-
|| template | React Component | String | define your custom template for the field (check `src/FieldTemplate.js`) or set the template in the template registry using `registerTemplate` and pass the string key here |
207
+
|| template | React Component | String | define your custom template for the field (check `src/Template/Default.js`) or set the template in the template registry using `registerTemplate` and pass the string key here |
208
208
|| errorAs | String | define the HTML tag to be used for wrapping the error. (Default: <div />) ||
209
209
|| errorClass | String | html class for the error element ||
0 commit comments