We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2704237 commit 7acb8dbCopy full SHA for 7acb8db
components/input/input-group.component.ts
@@ -56,6 +56,7 @@ export class NzInputGroupWhitSuffixOrPrefixDirective {
56
<span
57
*ngIf="isAffix; else contentTemplate"
58
class="ant-input-affix-wrapper"
59
+ [class.ant-input-affix-wrapper-disabled]="disabled"
60
[class.ant-input-affix-wrapper-sm]="isSmall"
61
[class.ant-input-affix-wrapper-lg]="isLarge"
62
>
0 commit comments