From d303951adff8a4ff6c51629b2ca9b5728f37000a Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" Date: Tue, 8 Mar 2022 16:43:59 -0300 Subject: [PATCH] fix: Select clear and loading icons overlap --- superset-frontend/src/components/Select/Select.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superset-frontend/src/components/Select/Select.tsx b/superset-frontend/src/components/Select/Select.tsx index a68b6135c80a2..a53b9dabceea9 100644 --- a/superset-frontend/src/components/Select/Select.tsx +++ b/superset-frontend/src/components/Select/Select.tsx @@ -283,6 +283,7 @@ const getQueryCacheKey = (value: string, page: number, pageSize: number) => */ const Select = ( { + allowClear, allowNewOptions = false, ariaLabel, fetchOnlyOnSearch, @@ -668,6 +669,7 @@ const Select = ( {header}