Skip to content

Commit

Permalink
Forgotten placeholder in stories
Browse files Browse the repository at this point in the history
  • Loading branch information
astrit committed Jan 29, 2025
1 parent 2c771a6 commit e86bf63
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions libs/core/src/components/select/select.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const select: Story = {
...DefaultParams,
name: 'Select',
args: {
placeholder: 'Science Themes',
label: 'Label text',
supportingText: 'Supporting text',
innerHTML: `
Expand Down Expand Up @@ -114,11 +113,7 @@ export const Option: Story = {
name: 'Option',
render: () => html`
<gds-flex>
<gds-select
placeholder="Science Fields"
label="Label text"
supporting-text="Supporting text"
>
<gds-select label="Label text" supporting-text="Supporting text">
<span slot="extended-supporting-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
Expand Down

0 comments on commit e86bf63

Please sign in to comment.