mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: Select clear and loading icons overlap (#19070)
This commit is contained in:
committed by
GitHub
parent
fd154f7ba6
commit
79a7a5d1b1
@@ -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 = (
|
||||
<StyledContainer>
|
||||
{header}
|
||||
<StyledSelect
|
||||
allowClear={!isLoading && allowClear}
|
||||
aria-label={ariaLabel || name}
|
||||
dropdownRender={dropdownRender}
|
||||
filterOption={handleFilterOption}
|
||||
|
||||
Reference in New Issue
Block a user