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 4b1fb6a commit bc39a88Copy full SHA for bc39a88
src/select/select.stories.ts
@@ -28,7 +28,7 @@ storiesOf("Select", module).addDecorator(
28
}))
29
.add("Inline", () => ({
30
template: `
31
- <ibm-select inline="true">
+ <ibm-select [inline]="true">
32
<option value="" disabled selected hidden>Choose an option</option>
33
<option value="solong">A much longer option that is worth having around to check how text flows</option>
34
<optgroup label="Category 1">
0 commit comments