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 86ffa9c commit f1d1480Copy full SHA for f1d1480
src/select/select.component.ts
@@ -29,7 +29,7 @@ import { ControlValueAccessor, NG_VALUE_ACCESSOR } from "@angular/forms";
29
template: `
30
<div class="bx--form-item">
31
<div
32
- [ngClass]="{ 'bx--select--inline': display === 'inline' }"
+ [ngClass]="{'bx--select--inline': display === 'inline'}"
33
class="bx--select">
34
<label [attr.for]="id" class="bx--label">{{label}}</label>
35
<select
0 commit comments