Replies: 1 comment
-
Hello, Could you please share an example to reproduce this issue? |
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.
-
Hello,
I'm trying to use FormViewer on a React Js application. Is it possible to have more than one FormViewer instance per page?
I'm observing a strange behaviour. It seems one instance is being replaced with the form of another instance. I have a custom component that might open a new form (new content) as a child of a Dialog (material ui). When I change the open attribute to true, then the new form is not presented on the Dialog, the main form is being updated with the content of the new form.
Thanks in advance,
Best regards
Leonardo.
Beta Was this translation helpful? Give feedback.
All reactions