What happened

Several node-type editors (DataPoint, SMTP, MQTT, OutboundWebHook, Lambda) each hold a meta.inputs: List<NodeIdentity> field on their SourceMetaData subclass, but their Settings-tab editors provided no UI to add or remove entries from that list. The field existed in the shared SDK and was even consumed for display in some chip faces (e.g. WebhookConfigDisplayContent already read meta.inputs.first()), but users had no way to wire inputs through the UI.

Fix

Prevention