From d299a4221704beb26d39bf1e958259cf1a49db1e Mon Sep 17 00:00:00 2001 From: woohyun kim Date: Thu, 2 Apr 2026 09:09:32 +0900 Subject: [PATCH] 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 (