我試圖在 ng select 中使用 p-rating 但是當我想點擊 Rating ng select 如果我只想點擊 Rating 但點擊 ng select 我的問題是我想點擊 Rating 但在點擊我的下拉選單后單擊而不是評價我的 html 代碼
<ng-select [items]="Menu" bindLabel="title" bindValue="facode" [notFoundText]="NotFoundText"
(search)="onSearch($event)" placeholder="????? ?? ???..." (change)="selectMenu($event)">
<ng-template ng-option-tmp let-item="item" let-index="index">
<p> {{item.title}} </p>
<p-rating stars="1" [cancel]="false"></p-rating>
</ng-template>
</ng-select>
請看照片
在此處輸入圖片說明
uj5u.com熱心網友回復:
使用 event.stopPropagation(); 在您的更改和搜索方法中。
uj5u.com熱心網友回復:
你試試這個鏈接。我正在使用它,它沒問題。
https://ng-bootstrap.github.io/#/components/rating/examples
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/387500.html
