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
As explained in the [documentation](https://apidock.com/rails/ActionView/Helpers/FormHelper/fields_for), we need to
101
-
specify the `child_index` and replace its value in JavaScript because the index needs to be unique for each fields.
108
+
As explained in the [documentation](https://apidock.com/rails/ActionView/Helpers/FormHelper/fields_for), we need to specify the `child_index` and replace its value in JavaScript because the index needs to be unique for each fields.
109
+
110
+
## Configuration
111
+
112
+
| Attribute | Default | Description | Optional |
113
+
| --------- | ------- | ----------- | -------- |
114
+
|`data-nested-form-wrapper-selector`|`.nested-form-wrapper`| Selector to find the wrapper. | ✅ |
0 commit comments