Skip to content

Commit bc39a88

Browse files
committed
Update input binding
1 parent 4b1fb6a commit bc39a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/select/select.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ storiesOf("Select", module).addDecorator(
2828
}))
2929
.add("Inline", () => ({
3030
template: `
31-
<ibm-select inline="true">
31+
<ibm-select [inline]="true">
3232
<option value="" disabled selected hidden>Choose an option</option>
3333
<option value="solong">A much longer option that is worth having around to check how text flows</option>
3434
<optgroup label="Category 1">

0 commit comments

Comments
 (0)