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
Attempting to fix 3616 by optimizing live validation (#4738)
* Attempting to fix 3616 by optimizing live validation
- Updated `Form` to add live validation optimization in a few cases where it runs unnecessarily
- Updated `CHANGELOG.md` accordingly
* - Another optimization
* Update packages/core/src/components/Form.tsx
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ should change the heading of the (upcoming) version to include a major version b
24
24
## @rjsf/core
25
25
26
26
- Updated `ArrayField``onSelectChange` to not pass `name` in the `path` since the `ObjectField` will automatically add it [#4733](https://github.com/rjsf-team/react-jsonschema-form/issues/4733)
27
+
- Updated `Form` to optimize the need for live validation in an attempt to improve performance, potentially fixing [#3616](https://github.com/rjsf-team/react-jsonschema-form/issues/3616)
0 commit comments