Closed mrlionline closed 3 years ago
[https://angular-w6gvrh.stackblitz.io] (https://angular-w6gvrh.stackblitz.io)
Template driver form correctly retro the segment field
Template driver form is not correct to the changing field
ENVIRONMENT | INFO |
---|---|
Ng-Zorro-ANTD | 11.4.1 |
Browser | Chrome version 91.0.4472.124 (official version) (64-bit) |
控制台有报错,在元素上使用 [(ngModel)] 时,必须为该元素定义一个 name 属性 https://angular.cn/guide/forms#naming-control-elements
请按照 @Feng-JY 建议进行修改
Reproduction link
https://stackblitz.com/edit/angular-w6gvrh?file=src/app/app.component.ts
Steps to reproduce
What is expected?
模板驱动表单中正确回显级联字段
What is actually happening?
模板驱动表单中未正确回显级联字段