Problem statement
input-default-value-inheritance-feedback.vl (4.6 KB)
This patch has 2 process nodes in its definition, ProcessA and ProcessB. ProcessB uses ProcessA and exposes ProcessA’s input.
The input in ProcessA has default value 42. If you open ProcessB and hover on its input, a tooltip appears mentioning default value as 42 too, which is cool.
However if you middle click on the ProcessB’s input to open the config popup, the popup mentions default value as 0.
Feature request
If the default value is inherited, the configuration should mention that value and also give a hint. If the default value is explicitly changed, the hint goes away and this explicitly defined value is shown.
Also, I have found that once I explicitly set a default value, I could not revert it to use the inherited value instead. I thought clearing the default value would do the trick and make it use inherited value, but it doesn’t. It still uses 0. Is this intended behaviour?