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 6764819 + 1097553 commit d8c1c34Copy full SHA for d8c1c34
src/dropdown/dropdown.component.ts
@@ -30,11 +30,12 @@ import { DropdownService } from "./dropdown.service";
30
selector: "ibm-dropdown",
31
template: `
32
<div
33
- class="bx--list-box"
+ class="bx--dropdown bx--list-box"
34
[ngClass]="{
35
'bx--dropdown--light': theme === 'light',
36
'bx--list-box--inline': inline,
37
- 'bx--skeleton': skeleton
+ 'bx--skeleton': skeleton,
38
+ 'bx--dropdown--disabled bx--list-box--disabled': disabled
39
}">
40
<button
41
type="button"
0 commit comments