gpt4 book ai didi

angular6 - 如何防止在 Angular Material 对话框中向下滚动?

转载 作者:行者123 更新时间:2023-12-03 23:29:07 26 4
gpt4 key购买 nike

我通过 http 检索数据请求和文本被预先格式化为 HTML 文本,并且大部分时间都很长。基本上我使用以下内容:

<h2 matDialogTitle> My title</h2>
<mat-dialog-content>
<p [innerHTML]="data.displayText" ></p>
</mat-dialog-content>
<div mat-dialog-actions align="end">
<button mat-button mat-dialog-close color="primary">Close</button>
</div>

对话框的内容总是向下滚动 - 接近结尾。如何防止此功能并从一开始就显示内容?

最佳答案

默认情况下,MatDialog 会将焦点设置到对话框中的第一个可聚焦组件,最终成为内容下方的按钮。您可以在通过对话框配置启动对话框时禁用此功能:

dialog.open(MyDialogComponent, {
autoFocus: false
});

关于angular6 - 如何防止在 Angular Material 对话框中向下滚动?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53702637/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com