ng-zorro-antd icon indicating copy to clipboard operation
ng-zorro-antd copied to clipboard

Angular UI Component Library based on Ant Design

Results 522 ng-zorro-antd issues
Sort by recently updated
recently updated
newest added

## What problem does this feature solve? Condition filtering Some conditions support only single selection, not multiple selection ## What does the proposed API look like? nzMode="radio"

Component: Tag

## What problem does this feature solve? nz-upload 也属于表单控件吧,是否考虑为nz-upload实现ControlValueAccessor ## What does the proposed API look like?

🌈 Feature Request
help wanted
Component: Upload

### Reproduction link [https://angular-f7fek9.stackblitz.io](https://angular-f7fek9.stackblitz.io) ### Steps to reproduce Select选择器搜索筛选 nzCustomContent 方式下按上述示例想通过真实姓名与用户名搜索,但想通过nzCustomContent定义其样式,同时所选无需全部选择状态 ### What is expected? Select选择器搜索筛选 nzCustomContent 方式下按上述示例想通过真实姓名与用户名搜索,但想通过nzCustomContent定义其样式,同时所选无需全部选择状态 ### What is actually happening? Select选择器搜索筛选 nzCustomContent 方式下按上述示例想通过真实姓名与用户名搜索,但想通过nzCustomContent定义其样式,同时所选无需全部选择状态 | Environment | Info...

### Reproduction link [https://angular-b9dksk.stackblitz.io](https://angular-b9dksk.stackblitz.io) ### Steps to reproduce Table表格 多选操作 全部 disabled 为true 为什么checked会为true状态 ### What is expected? 总复选框应该是false吧 ### What is actually happening? Table表格 多选操作 全部 disabled 为true 为什么checked会为true状态...

## What problem does this feature solve? nz-tree-select组件虚拟滚动后,打开的下拉列表树无法定位到当前选中的节点。 ## What does the proposed API look like? nz-tree-select组件虚拟滚动后,打开的下拉列表树无法定位到当前选中的节点。

Component: TreeSelect

### Reproduction link [https://github.com/NG-ZORRO/ng-zorro-antd](https://github.com/NG-ZORRO/ng-zorro-antd) ### Steps to reproduce 1. Run the app 2. Navigate to Upload in the sidemenu 3. Find `Upload Directory` 4. Click it! 5. You should see...

Component: Upload

### Reproduction link [https://angular-7uohkd.stackblitz.io](https://angular-7uohkd.stackblitz.io) ### Steps to reproduce 当TITLE类型TemplateRef时横向列样式空白,需要添加td元素设置class为ant-descriptions-item-label方可;纵向则无需。 特殊异常(未复现):多个复选框与select同时存在,部分点击复选框(即:input checkbox 小方格)无响应(点文本正常勾选/取消),需点击页面其他空白处,方可变更值。未能复现,项目中存在,排除到最后仅select影响,。 ### What is expected? 如同纵向,无需额外添加td与class,同时复选组与select在其中存在异常,点击小方框无法触发,需要blur后才回显。 ### What is actually happening? 当TITLE类型TemplateRef时横向列样式空白,需要添加td元素设置class为ant-descriptions-item-label方可;纵向则无需。 特殊异常(未复现):多个复选框与select同时存在,部分点击复选框(即:input checkbox 小方格)无响应(点文本正常勾选/取消),需点击页面其他空白处,方可变更值。未能复现,项目中存在,排除到最后仅select影响,。 | Environment | Info...

Component: Descriptions

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...

PR: unreviewed

## What problem does this feature solve? Currently if we want to close nz-select programmatically we need to use this.nzSelectComponent.nzOpen = false; Having close method in API, like in nz-dropdown...

Component: Select