Skip to content

Commit 7c76fd3

Browse files
authored
fix(SelectFilter): auto clear search input (#39157)
1 parent 0b419a0 commit 7c76fd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ export default function PluginFilterSelect(props: PluginFilterSelectProps) {
590590
<Select
591591
name={formData.nativeFilterId}
592592
allowClear
593+
autoClearSearchValue
593594
allowNewOptions={!searchAllOptions && creatable !== false}
594595
allowSelectAll={!searchAllOptions}
595596
value={multiSelect ? filterState.value || [] : filterState.value}

0 commit comments

Comments
 (0)