Can parent nodes be disabled, without disabling the child nodes? #478
Unanswered
aishwarya2392
asked this question in
Q&A
Replies: 1 comment
-
No and building something like that would a lot of code and complexity that's unwarranted. Looping through the data object to enable/disable props is far easier even though it may sound counterintuitive. |
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.
-
If i set disable for a parent node, all the children are also disabled, until i make them explicilty enable. Can this be done through some prop?
Beta Was this translation helpful? Give feedback.
All reactions