Skip to content

Commit

Permalink
fix: SDK模式下,select使用自定义过滤,采用移动模式,下拉点不开 (#9905)
Browse files Browse the repository at this point in the history
Co-authored-by: jinye <jinye@baidu.com>
  • Loading branch information
CheshireJCat and jinye committed Mar 29, 2024
1 parent 6a3998a commit 1837157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amis-ui/src/components/PopOverContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export class PopOverContainer extends React.Component<
{mobileUI ? (
<PopUp
isShow={this.state.isOpened && this.props.show !== false}
container={document.body}
container={popOverContainer}
className={popOverClassName}
showConfirm={showConfirm}
onHide={this.close}
Expand Down

0 comments on commit 1837157

Please sign in to comment.