We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b419a0 commit 7c76fd3Copy full SHA for 7c76fd3
1 file changed
superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx
@@ -590,6 +590,7 @@ export default function PluginFilterSelect(props: PluginFilterSelectProps) {
590
<Select
591
name={formData.nativeFilterId}
592
allowClear
593
+ autoClearSearchValue
594
allowNewOptions={!searchAllOptions && creatable !== false}
595
allowSelectAll={!searchAllOptions}
596
value={multiSelect ? filterState.value || [] : filterState.value}
0 commit comments