The documentation says...
Unified-RED version 2.1.0
Any widget can be disabled by passing in a msg.enabled property set to false;. Note: this doesn't stop the widget receiving messages but does stop inputs being active and does re-style the widget.
But, I can see no difference for any of the widgets I've tried between msg.enabled = true or false.
I had expected the widget to disappear when msg.enabled = false.
Am I expecting too much?
Any advice...