{{ message }}
Usage of Form like input data and Render the data entered inside node #658
Unanswered
gouthamraparthi
asked this question in
Q&A
Replies: 1 comment
-
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.
-
I’m working on a project where I need to create a form that accepts user inputs (like name and description), and after submitting the form, the data should be rendered on the same node in MaxGraph.
I would appreciate any guidance or examples on how to achieve this. Specifically:
Whether I need to create a new custom shape for this or extend Rectangle shape to add support for form
How can I capture the form data and dynamically add it to a new node in the graph?
Are there best practices for updating nodes with new data from the form?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions