useJsonForms() is giving just selected node data not complete data #176
Unanswered
kuldeeparora89
asked this question in
Theia Tree Editor
Replies: 1 comment 1 reply
-
|
As a workaround, we are passing the complete data using React context by extending the FormWidget. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am writing a custom enum cell renderer to dynamically create options from data present in another part of JSON.
But the problem is that I am not able to extract complete data using useJsonForms() as it is just giving the data of the selected node only.
Please suggest.
Code -
Beta Was this translation helpful? Give feedback.
All reactions