Skip to content

Commit

Permalink
Added clear button for query-based parameter inputs (getredash#5710)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzwakk authored and tharzeez committed Jun 26, 2023
1 parent 43a6484 commit 35c5d0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/app/components/SelectWithVirtualScroll.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function SelectWithVirtualScroll({ options, ...props }: VirtualScrollSelectProps
<AntdSelect<string>
dropdownMatchSelectWidth={dropdownMatchSelectWidth}
options={options}
allowClear={true}
optionFilterProp="label" // as this component expects "options" prop
{...props}
/>
Expand Down

0 comments on commit 35c5d0f

Please sign in to comment.