Skip to content

Commit

Permalink
fix(select): update bl-select story
Browse files Browse the repository at this point in the history
  • Loading branch information
omrumbakitemiz committed Jan 11, 2024
1 parent b4a47d5 commit 99cd1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/select/bl-select.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const selectOpener = async ({ canvasElement }) => {

export const SpecialUseCaseTemplate = () => html`<bl-select style="width: 50%" placeholder="Usage with custom bl-select-options">
<bl-select-option value="1" label="Custom Label 1">Option 1</bl-select-option>
<bl-select-option value="2" label="Custom Label 2">
<bl-select-option value="2" label="Option 2">
<div style="display: flex; align-items: center; column-gap: 4px;">
Option 2
<bl-tooltip placement="bottom">
Expand Down

0 comments on commit 99cd1cb

Please sign in to comment.