mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:48:55 +08:00
renderMenu存在时多选判断
This commit is contained in:
parent
628bd385f3
commit
ff0b629238
@ -883,7 +883,7 @@ export class Select extends React.Component<SelectProps, SelectState> {
|
||||
) : null}
|
||||
|
||||
{renderMenu ? (
|
||||
checkAll || multiple ? (
|
||||
multiple ? (
|
||||
<Checkbox
|
||||
checked={checked}
|
||||
trueValue={item.value}
|
||||
|
Loading…
Reference in New Issue
Block a user