can you disable showSelectionControls
and try:
<div class="dx-field-value">
<dx-tag-box
[dataSource]="products"
displayExpr="Name"
valueExpr="Id"
[showSelectionControls]="false"
[maxDisplayedTags]="3"
itemTemplate="item">
<div *dxTemplate="let data of 'item'">
<div>TOP</div>
<div>{{data.Name}}</div>
<div>BOTTOM</div>
</div>
</dx-tag-box>
</div>
TagBox - Customize Item Appearance
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…