Skip to content

Commit 6665a60

Browse files
Update packages/core/src/components/fields/ArrayField.tsx
Co-authored-by: Heath C <51679588+heath-freenome@users.noreply.github.com>
1 parent 91ec7bc commit 6665a60

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
@@ -667,7 +667,7 @@ class ArrayField<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends For
667667

668668
return (
669669
<Widget
670-
id={fieldPathId.$id}
670+
id={multiValueFieldPathId.$id}
671671
name={name}
672672
multiple
673673
onChange={this.onSelectChange}

0 commit comments

Comments
 (0)