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/core-extensions/repeater.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,14 +52,19 @@ The group by values allows you to store all values within the repeater id value
52
52
as denoted below, and you set this to true. To access all the field values within the repeater field, you would need to follow the
53
53
Example Usage - Grouped Values example denoted below. This, by default, is turned off.
54
54
55
-
::: danger Due to the unique way Redux stores data when setting this argument to true, `required` funcionality will fail on the first load of the
55
+
::: danger
56
+
Due to the unique way Redux stores data when setting this argument to true, `required` funcionality will fail on the first load of the
56
57
options panel. If you intend to use `required` functionality in your repeater field, this argument is **NOT** recommended.
57
58
:::
58
59
59
60
#### The `sortable` Argument
60
61
By default, each repeater block is sortable and the values will be returned to the developer in the order of which they are saved. However,
61
62
should a developer like to disable this feature, they may set this to false and sorting will be enabled to the user.
62
63
64
+
::: warning
65
+
The field `id` argument of fields inside the repeater **MUST** be unique. They cannot share names with other Redux fields or other fields inside other repeater instances, or they will not render properly.
0 commit comments