We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b925940 commit 3a82b2eCopy full SHA for 3a82b2e
client/packages/lowcoder/src/comps/controls/tourStepControl.tsx
@@ -343,7 +343,7 @@ function EditorStateDropdownPropertyView<T extends OptionsType>(props: DropdownP
343
border={params.border}
344
type={params.type}
345
label={params.label}
346
- showSearch={params.showSearch}
+ showSearch={true}
347
onChange={onChange}
348
disabled={params.disabled}
349
dropdownStyle={props.dropdownStyle}
0 commit comments