Refresh Form Components without Page Reload #5742
Unanswered
dchand-allview
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm having an issue where I would have multiple users working on the same Form on different components at once. They don't have permissions to write over each others component values but they need to be able to see the updates that have been saved by another user without the need to refresh the Page.
I was thinking of adding a Refresh button in the Components they need to see. But I've done bit of research and can't find if this is possible or not in Formiojs, I've read this discussion here #5014 that goes through a similar situation but using the
form.refresh()
function does not seem to work for me since it throws aTypeError: form.refresh is not a function
error based on the following (that works fine when theform.refresh()
is not present):Beta Was this translation helpful? Give feedback.
All reactions