We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db4f9b commit 0fc7d05Copy full SHA for 0fc7d05
components/form/nz-form-control.component.ts
@@ -146,7 +146,7 @@ export class NzFormControlComponent extends NzColDirective
146
[`is-validating`]: this.status === 'validating',
147
[`has-error`]: this.status === 'error',
148
[`has-success`]: this.status === 'success',
149
- [`has-feedback`]: this.nzHasFeedback
+ [`has-feedback`]: this.nzHasFeedback && this.status
150
};
151
}
152
0 commit comments