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 a4841e8 commit 6ce9bccCopy full SHA for 6ce9bcc
src/input/label.component.ts
@@ -57,7 +57,7 @@ export class LabelComponent implements AfterContentInit {
57
*/
58
@Input() labelState: "success" | "warning" | "error" | "" = "";
59
60
- @HostBinding("class") class = "bx--form-item";
+ @HostBinding("class.bx--form-item") labelComponentClass = true;
61
62
/**
63
* Creates an instance of LabelComponent.
0 commit comments