Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
werdnanoslen committed Oct 31, 2023
1 parent e3164c2 commit 83de862
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/forms/Select/Select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ const options = (
<option value="value1">Option A</option>
<option value="value2">Option B</option>
<option value="value3">Option C</option>
<option value="valueBIG">Option of extra length to demonstrate how content like this will look different</option>
<option value="valueBIG">
Option of extra length to demonstrate how content like this will look
different
</option>
</>
)

Expand Down Expand Up @@ -68,7 +71,7 @@ export const WithLabel = () => (
)

export const Multiselect = () => (
<Select id='input-multiselect' name='input-multiselect' multiple>
<Select id="input-multiselect" name="input-multiselect" multiple>
{options}
</Select>
)

0 comments on commit 83de862

Please sign in to comment.