From dd4f55f6900525527a865dc42adf25291c1d7600 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Fri, 3 Jul 2026 09:14:40 +0200 Subject: [PATCH] feat(frontend): add text search to node select components Typing in the Deploy To select of the inbound form and the node filter select on the inbound list now filters nodes by label, matching the showSearch convention used elsewhere (NodeFormModal, HostFormModal). With 20+ nodes, scrolling was the only way to find one. Closes #5743 --- frontend/src/pages/inbounds/form/InboundFormModal.tsx | 1 + frontend/src/pages/inbounds/list/InboundList.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/pages/inbounds/form/InboundFormModal.tsx b/frontend/src/pages/inbounds/form/InboundFormModal.tsx index 5e9130e74..23255e761 100644 --- a/frontend/src/pages/inbounds/form/InboundFormModal.tsx +++ b/frontend/src/pages/inbounds/form/InboundFormModal.tsx @@ -528,6 +528,7 @@ export default function InboundFormModal({ {selectableNodes.length > 0 && isNodeEligible && (