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.
2 parents b031235 + 95f288e commit a25a8ecCopy full SHA for a25a8ec
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