fix: All values being selected in Select (#25202)
This commit is contained in:
parent
d8496425e2
commit
e605d6dddf
|
|
@ -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,
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue