Skip to content

Commit 3a82b2e

Browse files
committed
Add search to component field
1 parent b925940 commit 3a82b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/controls/tourStepControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ function EditorStateDropdownPropertyView<T extends OptionsType>(props: DropdownP
343343
border={params.border}
344344
type={params.type}
345345
label={params.label}
346-
showSearch={params.showSearch}
346+
showSearch={true}
347347
onChange={onChange}
348348
disabled={params.disabled}
349349
dropdownStyle={props.dropdownStyle}

0 commit comments

Comments
 (0)