blob: 35dac09045afbc7847c3f793c4636ebf2d9505af [file] [log] [blame]
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`ArrayInput matches snapshot 1`] = `
<div
class="array-input test"
>
<textarea
class="bp4-input bp4-fill test"
placeholder="test"
>
apple, banana, pear
</textarea>
<span
aria-haspopup="true"
class="suggestion-button bp4-popover2-target"
>
<button
class="bp4-button bp4-minimal"
type="button"
>
<span
aria-hidden="true"
class="bp4-icon bp4-icon-plus"
icon="plus"
>
<svg
data-icon="plus"
height="16"
role="img"
viewBox="0 0 16 16"
width="16"
>
<path
d="M13 7H9V3c0-.55-.45-1-1-1s-1 .45-1 1v4H3c-.55 0-1 .45-1 1s.45 1 1 1h4v4c0 .55.45 1 1 1s1-.45 1-1V9h4c.55 0 1-.45 1-1s-.45-1-1-1z"
fill-rule="evenodd"
/>
</svg>
</span>
</button>
</span>
</div>
`;