From 79a7a5d1b1682f79f1aab1723f76a34dcb9bf030 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Wed, 9 Mar 2022 10:03:30 -0300 Subject: [PATCH] fix: Select clear and loading icons overlap (#19070) --- 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 a68b6135c80a..a53b9dabceea 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}