Skip to content

Commit 91ec7bc

Browse files
Update packages/core/src/components/fields/ArrayField.tsx
Co-authored-by: Heath C <[email protected]>
1 parent 69fe928 commit 91ec7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/components/fields/ArrayField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ class ArrayField<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends For
609609

610610
return (
611611
<Widget
612-
id={fieldPathId.$id}
612+
id={multiValueFieldPathId.$id}
613613
name={name}
614614
multiple
615615
onChange={this.onSelectChange}

0 commit comments

Comments
 (0)