mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: All values being selected in Select (#25202)
(cherry picked from commit e605d6dddf)
This commit is contained in:
committed by
Michael S. Molina
parent
408708be62
commit
d8c72b86bc
@@ -208,13 +208,13 @@ const Select = forwardRef(
|
||||
() =>
|
||||
!isSingleMode &&
|
||||
allowSelectAll &&
|
||||
fullSelectOptions.length > 0 &&
|
||||
selectOptions.length > 0 &&
|
||||
enabledOptions.length > 1 &&
|
||||
!inputValue,
|
||||
[
|
||||
isSingleMode,
|
||||
allowSelectAll,
|
||||
fullSelectOptions.length,
|
||||
selectOptions.length,
|
||||
enabledOptions.length,
|
||||
inputValue,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user