Update snapshot

This commit is contained in:
Nathan Bierema 2021-06-07 00:43:07 -04:00
parent 3e16c3e11c
commit cea6bdd842

View File

@ -70,7 +70,7 @@ exports[`Select renders correctly 1`] = `
exports[`Select renders with props 1`] = ` exports[`Select renders with props 1`] = `
<div <div
class=" css-butsr4-container" class=" css-ie73ge-container"
> >
<div <div
class=" css-vmgz7k-control" class=" css-vmgz7k-control"
@ -79,34 +79,39 @@ exports[`Select renders with props 1`] = `
class=" css-be27w2-ValueContainer" class=" css-be27w2-ValueContainer"
> >
<div <div
class=" css-1osw1h9-placeholder" class="css-syqu13-multiValue"
> >
Select... <div
class="css-1lxn4sj"
>
One
</div> </div>
<div <div
class="css-187dxxn-Input" class="css-19nhond"
> >
<div <svg
class="" aria-hidden="true"
style="display:inline-block" class="css-6q0nyr-Svg"
focusable="false"
height="14"
viewBox="0 0 20 20"
width="14"
> >
<path
d="M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"
/>
</svg>
</div>
</div>
<input <input
aria-autocomplete="list" aria-autocomplete="list"
autocapitalize="none" class="css-62g3xt-dummyInput"
autocomplete="off" disabled=""
autocorrect="off"
id="react-select-3-input" id="react-select-3-input"
spellcheck="false" readonly=""
style="box-sizing:content-box;width:1px;label:input;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit"
tabindex="0" tabindex="0"
type="text"
value="" value=""
/> />
<div
style="position:absolute;top:0;left:0;visibility:hidden;height:0;overflow:scroll;white-space:pre"
/>
</div>
</div>
</div> </div>
<div <div
class=" css-1hb7zxy-IndicatorsContainer" class=" css-1hb7zxy-IndicatorsContainer"