Skip to content

Commit

Permalink
docs: fix usage of Picker
Browse files Browse the repository at this point in the history
  • Loading branch information
lazd committed Feb 2, 2021
1 parent b165e11 commit 327e888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/wrapping.pug
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ html(lang='en-US' dir="ltr").spectrum.spectrum--light.spectrum--medium
<div class="spectrum-Textfield spectrum-InputGroup-textfield">
<input type="text" placeholder="Type here" name="field" value="" id="spectrum-combobox-instance" class="spectrum-Textfield-input spectrum-InputGroup-input">
</div>
<button class="spectrum-Picker spectrum-InputGroup-button" tabindex="-1" aria-haspopup="true">
<button class="spectrum-Picker spectrum-Picker--sizeM spectrum-InputGroup-button" tabindex="-1" aria-haspopup="true">
<svg class="spectrum-Icon spectrum-UIIcon-ChevronDown100 spectrum-Picker-menuIcon spectrum-InputGroup-icon" focusable="false" aria-hidden="true">
<use xlink:href="#spectrum-css-icon-Chevron100" />
</svg>
Expand All @@ -361,7 +361,7 @@ html(lang='en-US' dir="ltr").spectrum.spectrum--light.spectrum--medium
.spectrum-CSSExample-example
<div style="width: 160px">
<label class="spectrum-FieldLabel spectrum-FieldLabel--sizeM spectrum-Form-itemLabel" for="spectrum-combobox-instance">Vorhergesagtes jährliches wachstum</label>
<button class="spectrum-Picker" style="width: 195px;" aria-haspopup="true">
<button class="spectrum-Picker spectrum-Picker--sizeM" style="width: 195px;" aria-haspopup="true">
<span class="spectrum-Picker-label is-placeholder">Select an option</span>
<svg class="spectrum-Icon spectrum-UIIcon-ChevronDown100 spectrum-Picker-menuIcon spectrum-Picker-menuIcon" focusable="false" aria-hidden="true">
<use xlink:href="#spectrum-css-icon-Chevron100" />
Expand Down

0 comments on commit 327e888

Please sign in to comment.