mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
Fix Table selectAll behavious inside Popover, close #5407
This commit is contained in:
parent
fa590e3506
commit
8eb472a466
@ -176,7 +176,10 @@ export default class SelectionCheckboxAll extends React.Component<SelectionCheck
|
||||
disabled={disabled}
|
||||
onChange={this.handleSelectAllChagne}
|
||||
/>
|
||||
<Dropdown overlay={menu}>
|
||||
<Dropdown
|
||||
overlay={menu}
|
||||
getPopupContainer={(trigger: HTMLElement) => trigger.parentNode as HTMLElement}
|
||||
>
|
||||
<div className={`${selectionPrefixCls}-down`}>
|
||||
<Icon type="down" />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user