You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/dropdown/dropdown.tsx
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -363,6 +363,8 @@ export function Dropdown({
363
363
)
364
364
},[multiSelect,multiValues,optionMap])
365
365
366
+
constisSearchable=subBlockId==='operation'
367
+
366
368
return(
367
369
<Combobox
368
370
options={comboboxOptions}
@@ -375,14 +377,15 @@ export function Dropdown({
375
377
editable={false}
376
378
onOpenChange={(open)=>{
377
379
if(open){
378
-
// Fetch options when the dropdown is opened to ensure freshness
0 commit comments