renderMenu存在时多选判断

This commit is contained in:
xujiahao01 2022-04-15 19:22:45 +08:00
parent 628bd385f3
commit ff0b629238

View File

@ -883,7 +883,7 @@ export class Select extends React.Component<SelectProps, SelectState> {
) : null}
{renderMenu ? (
checkAll || multiple ? (
multiple ? (
<Checkbox
checked={checked}
trueValue={item.value}