NG-ZORRO / ng-zorro-antd

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

nz-cascader support borderless #7114

Open FOWind opened 2 years ago

FOWind commented 2 years ago

What problem does this feature solve?

nz-cascader provide borderless style like nz-select

What does the proposed API look like?

Add @Input() @WithConfig<boolean>() @InputBoolean() nzBorderless property to NzCascaderComponent

The style file of nz-cascader support borderless style, but not be exposed. Adding nzBorderless property to expose it is easy.

FOWind commented 2 years ago

https://github.com/NG-ZORRO/ng-zorro-antd/pull/7115