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 fc37c1e commit 173cbdbCopy full SHA for 173cbdb
client/app/components/SelectWithVirtualScroll.tsx
@@ -36,6 +36,7 @@ function SelectWithVirtualScroll({ options, ...props }: VirtualScrollSelectProps
36
<AntdSelect<string>
37
dropdownMatchSelectWidth={dropdownMatchSelectWidth}
38
options={options}
39
+ allowClear={true}
40
optionFilterProp="label" // as this component expects "options" prop
41
{...props}
42
/>
0 commit comments