To make the decision tree more intuitive and ensure that people don't skip steps, it would be good to be able to disable nodes.
An example showing how the expected nodes (circled in red) would be disabled so the user doesn't skip the current focused decision
Requirements
[ ] Pass disabled prop to node
It should be passed/injected into nodes as part of the data object. If disabled is True, whatever form element is used to collect user input should be disabled.
Description
To make the decision tree more intuitive and ensure that people don't skip steps, it would be good to be able to disable nodes.
An example showing how the expected nodes (circled in red) would be disabled so the user doesn't skip the current focused decision
Requirements