joyent-portal/packages/ui-toolkit/.snapguidist/__snapshots__/Select-10.snap

125 lines
2.8 KiB
Plaintext

exports[`Select-10 1`] = `
<div>
<fieldset
className="baseline-hZpvlZ bQdLhh sc-kGXeez cEabLf">
<div>
<label
className="sc-kpOJdX gxFurI"
htmlFor="bWPctT">
Your location
</label>
<select
className="baseline-isNNDV dMweWC sc-eHgmQL jhMtlq"
id="bWPctT">
<option>
Amsterdam, EU
</option>
<option>
San Francisco, USA
</option>
<option>
Seoul, South Korea
</option>
<option>
Tokyo, Japan
</option>
</select>
<label
className="baseline-cAWdSt jOHGnk sc-ckVGcZ kDNdxy">
Unexpected inline warning!
</label>
</div>
</fieldset>
<fieldset
className="baseline-hZpvlZ bQdLhh sc-kGXeez cEabLf">
<div>
<label
className="sc-kpOJdX gxFurI"
htmlFor="gknAd">
Your location
</label>
<select
className="baseline-isNNDV dMweWC sc-eHgmQL cEWfwg"
id="gknAd">
<option>
Amsterdam, EU
</option>
<option>
San Francisco, USA
</option>
<option>
Seoul, South Korea
</option>
<option>
Tokyo, Japan
</option>
</select>
<label
className="baseline-cAWdSt jOHGnk sc-ckVGcZ kDNdxy">
Unexpected group warning!
</label>
</div>
</fieldset>
<fieldset
className="baseline-hZpvlZ bQdLhh sc-kGXeez cEabLf">
<div>
<label
className="sc-kpOJdX gxFurI"
htmlFor="bmjoRO">
Your location
</label>
<select
className="baseline-isNNDV dMweWC sc-eHgmQL cEWfwg"
id="bmjoRO">
<option>
Amsterdam, EU
</option>
<option>
San Francisco, USA
</option>
<option>
Seoul, South Korea
</option>
<option>
Tokyo, Japan
</option>
</select>
<label
className="baseline-cAWdSt jOHGnk sc-ckVGcZ kDNdxy">
Unexpected meta warning!
</label>
</div>
</fieldset>
<fieldset
className="baseline-hZpvlZ bQdLhh sc-kGXeez cEabLf">
<div>
<label
className="sc-kpOJdX gxFurI"
htmlFor="cuCWwE">
Your location
</label>
<select
className="baseline-isNNDV dMweWC sc-eHgmQL jhMtlq"
id="cuCWwE">
<option>
Amsterdam, EU
</option>
<option>
San Francisco, USA
</option>
<option>
Seoul, South Korea
</option>
<option>
Tokyo, Japan
</option>
</select>
<label
className="baseline-cAWdSt jOHGnk sc-ckVGcZ kDNdxy">
Unexpected children warning!
</label>
</div>
</fieldset>
</div>
`;