簡體   English   中英

角<mat-select>下拉菜單不適用於星雲主題

[英]Angular <mat-select> dropdown is not working along with nebular theme

我正在嘗試與星雲組件一起實現(角度材質 UI),但是當相同的組件/模塊具有星雲導入時不起作用。 如果我刪除導入的星雲模塊 mat-select 工作。

使用 nebular 版本 4.1.1 和 angular material 8.2.3 版本

這是我的 stackblitz 解決方法,您可以清楚地看到選擇下拉列表不起作用。 https://stackblitz.com/edit/github-ngmzqm?file=src%2Fapp%2Fhome%2Fhome.component.html

只要確保你的 app.component.html 中有這個。

<nb-layout>
    <nb-layout-column>
        <router-outlet></router-outlet>
    </nb-layout-column>
</nb-layout>

還有另一個論壇討論這個..你可以在這里查看..他們談到只對一個組件使用nb主題並避免它與其他組件中的材料ui發生沖突

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM