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 020a017 commit 95f288eCopy full SHA for 95f288e
src/input/input.directive.ts
@@ -15,5 +15,5 @@ import { Directive, HostBinding } from "@angular/core";
15
selector: "[ibmText]"
16
})
17
export class TextInput {
18
- @HostBinding("class") inputClass = "bx--text-input";
+ @HostBinding("class.bx--text-input") inputClass = true;
19
}
0 commit comments