-
### Reproduction link
[https://stackblitz.com/edit/angular-rxx4q9?file=src/app/app.component.ts](https://stackblitz.com/edit/angular-rxx4q9?file=src/app/app.component.ts)
### Steps to reproduce
1…
zds-d updated
2 years ago
-
## What problem does this feature solve?
在change事件里面去触发其他小部件异步数据源的修改
## What does the proposed API look like?
sf小部件boolean 有 change 事件可以监听
zds-d updated
2 years ago
-
### Reproduction link
[https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/components/form/style/mixin.less](https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/components/form/style/mixin.less)
…
HsinM updated
2 years ago
-
## What problem does this feature solve?
按一定顺序应用多个验证器
## What does the proposed API look like?
```ts
type Validator = (value: SFValue, formProperty: FormProperty, form: PropertyGroup) => ErrorDa…
-
## Version
7.0.0-rc.3
## Environment
Windows 10
## Reproduction link
[https://stackblitz.com/edit/angular-ufwakd](https://stackblitz.com/edit/angular-ufwakd)
## Steps to reproduce
Try to open s…
ghost updated
2 years ago
-
### Reproduction link
[https://github.com/ng-alain/ng-alain.git](https://github.com/ng-alain/ng-alain.git)
### Steps to reproduce
打开 https://ng-alain.surge.sh/#/dashboard/v1 ,设置dark 模式,刷新
### …
-
## What problem does this feature solve?
目前visibleIf只能由sf中的某一个property控制其是否展示,希望可以由外部控制,比如说(手打的可能有语法错误),我通过一个按钮控制age字段是否展示:
```
Toggle
scheme = {
properties: {
name: …
-
## What problem does this feature solve?
实现一个UI界面生成schema的功能,这个功能有2个使用场景:
1. 开发阶段使用图形界面生成schema粘贴到代码里,比直接写代码方便,效率高。
2. 使用工作流自定义审批表单和流程。
在实现动态生成schema时,我没有找到可以通过schema渲染单个小部件的组件(由于需要使用拖拽排序,所以必须是一…
-
## What problem does this feature solve?
现在ng-alain页面滚动条是使用黑色圆角,浅灰色背景的滚动条。而table等控件滚动条,却用的NG-ZORRO样式的滚动条。
建议如果ng-alain使用有自己特色的滚动条样式,那么可以覆盖到NG-ZORRO的控件滚动条。
## What does the proposed API look like?…
-
### Reproduction link
[https://stackblitz.com/edit/angular-gj7eap](https://stackblitz.com/edit/angular-gj7eap)
### Steps to reproduce
添加两个以上对象数据,选上每一项的任务类型,然后删除一个对象数据
### What is expected?
期望…