Skip to content

Commit 173cbdb

Browse files
authored
Added clear button for query-based parameter inputs (#5710)
1 parent fc37c1e commit 173cbdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/app/components/SelectWithVirtualScroll.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function SelectWithVirtualScroll({ options, ...props }: VirtualScrollSelectProps
3636
<AntdSelect<string>
3737
dropdownMatchSelectWidth={dropdownMatchSelectWidth}
3838
options={options}
39+
allowClear={true}
3940
optionFilterProp="label" // as this component expects "options" prop
4041
{...props}
4142
/>

0 commit comments

Comments
 (0)