ng-zorro-antd
ng-zorro-antd copied to clipboard
Angular UI Component Library based on Ant Design
### Reproduction link [https://stackblitz.com/edit/ng-zorro-antd-ivy-bjgjxj](https://stackblitz.com/edit/ng-zorro-antd-ivy-bjgjxj) ### Steps to reproduce 1. Open the reproduction link 2. Hover any table head cell separator to reveal the resize handle 3. Drag the handle to...
### Reproduction link [https://github.com](https://github.com) ### Steps to reproduce 将提供的表单模块中 自动提示下中 Username 验证在复制在项目中无法提示出来 ### What is expected? 指引我如何使用 ### What is actually happening? 指引我如何使用 | Environment | Info | |---|---| |...
## 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 - [X] Tests for the changes have been added...
## What problem does this feature solve? 例如一个三级级联组件,我搜索第二级,就会弹出1级/2级/3级,没有1级/2级的结果,我在三级中点击2级,选中的是三级。 ## What does the proposed API look like? 优化搜索结果,包含1/2,1/2/3,1/2/3/4... 以此类推
## 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...
### Reproduction link [https://stackblitz.com/edit/ng-zorro-antd-ivy-5euwvo](https://stackblitz.com/edit/ng-zorro-antd-ivy-5euwvo) ### Steps to reproduce 1.click leaf node make it selected 2. click refresh button to reassign nzData 3. click other leaf node and the old selected...
### Reproduction link [https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/components/select/demo/select-users.ts](https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/components/select/demo/select-users.ts) ### Steps to reproduce Find multiselect field in documentation component's page and type long value in search field ### What is expected? size of input should...
Fixes #7433. ## 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 - [x] Tests for the changes have...
## What problem does this feature solve? ng-zorro Cascader级联选择怎样才能实现多选? ## What does the proposed API look like? none
### Reproduction link [https://codesandbox.io/s/thirsty-jones-i2r8q?file=/src/app/app.component.ts](https://codesandbox.io/s/thirsty-jones-i2r8q?file=/src/app/app.component.ts) ### Steps to reproduce I have an issue cannot set width column header when I Set fixed column with colspan and nzWidth in column nzRight ###...