Replies: 1 comment
-
+1. I have the same question! Is there any official solution for this? |
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
-
Angular forms have a
patchValue
api. This allows you to to updaten
number of fields in the form.This is useful when you are editing a form, loading an entity from the server, and want to set all the values (patch). Looking at the current API, this would be a manual process.
FWIW -- #613 is kind of related. I'm not sure if
update
is supposed to accomplish this task? Is there a vision of how to accomplish this with tanstack?Beta Was this translation helpful? Give feedback.
All reactions