Allow partial updates to group data via the local API #2266
Closed
paulpopus
started this conversation in
Feature Requests & Ideas
Replies: 1 comment
-
I believe this has since been implemented! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current problem
If I have a group fieldset with a few required fields like this:
I can't do a partial update of say
numberOfPurchases
via the local API, aspricing
is a whole object I have to add in the previous data if I want to change just one child prop.Expected
I can do a partial update of the object and the local API can deal with it behind the scenes.
Notes
This is based on the linting TS gives me, so it may well be that functionally a partial update works, I haven't tested that yet, will make a new repo to confirm that functionality.
Beta Was this translation helpful? Give feedback.
All reactions