Commit 137851b
authored
Fix 4733 by fixing the ArrayField.onSelectChange function (rjsf-team#4737)
* Fix 4733 by fixing the ArrayField.onSelectChange function
Fixes rjsf-team#4733 by fixing how the `ArrayField.onSelectChange()` callback passes the path
- Updated `ArrayField` `onSelectChange` to not pass `name` in the `path` since the `ObjectField` will automatically add it
- Updated the `CHANGELOG.md` accordingly
* - Fixed a comment
* - Updated `CHANGELOG.md`1 parent 3573065 commit 137851b
File tree
2 files changed
+7
-3
lines changed- packages/core/src/components/fields
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
422 | | - | |
423 | | - | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| |||
0 commit comments