Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 3 个扩展面板的手风琴。我想始终保持至少一个面板打开。即,我不希望用户关闭所有面板。
如何做到这一点?
提前致谢。
您可以使用 mat-accordion 中可用的 [expanded] 属性。在 mat-expansion-panel 标签中添加以下代码
[expanded]="true"