Skip to content

Commit

Permalink
Updated snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tbleckert committed Mar 17, 2021
1 parent b72be27 commit bfe8f28
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions __tests__/__snapshots__/storybook.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,34 @@ exports[`Storyshots Multiple select Default Value 1`] = `
</div>
`;

exports[`Storyshots Multiple select Disabled 1`] = `
<div
className="select-search select-search--multiple is-disabled"
id={null}
>
<div
className="select-search__value"
>
<input
autoComplete="on"
autoFocus={false}
className="select-search__input"
disabled={true}
onBlur={[Function]}
onChange={null}
onFocus={[Function]}
onKeyDown={[Function]}
onKeyPress={[Function]}
onKeyUp={[Function]}
placeholder="Select your item"
readOnly={true}
tabIndex="0"
value=""
/>
</div>
</div>
`;

exports[`Storyshots Multiple select Group 1`] = `
<div
className="select-search"
Expand Down

1 comment on commit bfe8f28

@vercel
Copy link

@vercel vercel bot commented on bfe8f28 Mar 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.