We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35c6fb commit 9538891Copy full SHA for 9538891
packages/form/src/widgets/array/array.widget.ts
@@ -46,7 +46,7 @@ import { ArrayLayoutWidget } from '../../widget';
46
<div nz-col class="ant-form-item-control-wrapper" [nzSpan]="ui.spanControl!" [nzOffset]="ui.offsetControl!">
47
<div class="ant-form-item-control" [class.has-error]="showError">
48
<div nz-row class="sf__array-container">
49
- @for (i of $any(formProperty).properties; track $index) {
+ @for (i of $any(formProperty).properties; track i) {
50
@if (i.visible && !i.ui.hidden) {
51
<div nz-col [nzSpan]="arraySpan" [attr.data-index]="$index" class="sf__array-item">
52
<nz-card>
0 commit comments