NG-ZORRO / ng-zorro-antd

Angular UI Component Library based on Ant Design
https://ng.ant.design
MIT License
8.87k stars 3.94k forks source link

nz-select multiple custom tag #7111

Open egalley opened 2 years ago

egalley commented 2 years ago

What problem does this feature solve?

Hi

How to simply implement a way to customize the tags rendering ?

Thank you

What does the proposed API look like?

A special template could be specified to render tags. Template should receive all the tag information to customize color, background color or border color.

FOWind commented 2 years ago

https://ng-zorro.gitee.io/components/select/en#components-select-demo-custom-template

egalley commented 2 years ago

This is not answer.

In mode multiple, the tags cannot be customed.