Updating values from the server #717
Unanswered
kenteramin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Huh, actually it doesn't work this way, cuz setting the initial values won't update an existing form |
Beta Was this translation helpful? Give feedback.
2 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.
-
I have a company form, when you fill in your org number I want to pre-fill the form with data from a registry.
So I thought I could submit my form with some 'operation' and return the new initial values from the BE.
I can surely just modify reply object, but I wonder if there's a better way? It would be great to have an option on
.reply
to manually update some fieldsBeta Was this translation helpful? Give feedback.
All reactions