From f68515fafd5e4f8ef6a937cdbb7691492a8ada46 Mon Sep 17 00:00:00 2001 From: woohyun kim Date: Thu, 2 Apr 2026 09:09:32 +0900 Subject: [PATCH 1/3] feat: apply select box to condition node enum parameters - Add `options?: string[]` to ParamDefinition type - Add options arrays to and-or (AND/OR), crossover (above/below), threshold operator (/<=/>==/==), market-order side (buy/sell), and rsi source (close/open/high/low) params - ParamInput renders onChange(e.target.value)} + className="rounded border border-border bg-background px-2 py-1 text-xs text-foreground outline-none focus:border-primary" + > + {options.map((opt) => ( + + ))} + + ); + } if (typeof value === 'boolean') { return (