Skip to content

Commit

Permalink
fix(multi-select): fix HTML structure of multi select (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh authored and tw15egan committed Jun 1, 2018
1 parent daafe4d commit febe7de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/multi-select/multi-select.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="bx--form-item bx--checkbox-wrapper">
<label for="downshift-1-item-0" class="bx--checkbox-label">
<input type="checkbox" name="Option 1" readonly="" tabindex="-1" class="bx--checkbox" id="downshift-1-item-0" value="on">
<span class="bx--checkbox-appearance" />
<span class="bx--checkbox-appearance"></span>
<span class="bx--checkbox-label-text">Option 1</span>
</label>
</div>
Expand All @@ -33,7 +33,7 @@
<div class="bx--form-item bx--checkbox-wrapper">
<label for="downshift-1-item-1" class="bx--checkbox-label">
<input type="checkbox" name="Option 2" readonly="" tabindex="-1" class="bx--checkbox" id="downshift-1-item-1" value="on">
<span class="bx--checkbox-appearance" />
<span class="bx--checkbox-appearance"></span>
<span class="bx--checkbox-label-text">Option 2</span>
</label>
</div>
Expand All @@ -42,7 +42,7 @@
<div class="bx--form-item bx--checkbox-wrapper">
<label for="downshift-1-item-2" class="bx--checkbox-label">
<input type="checkbox" name="Option 3" readonly="" tabindex="-1" class="bx--checkbox" id="downshift-1-item-2" value="on">
<span class="bx--checkbox-appearance" />
<span class="bx--checkbox-appearance"></span>
<span class="bx--checkbox-label-text">Option 3</span>
</label>
</div>
Expand All @@ -51,7 +51,7 @@
<div class="bx--form-item bx--checkbox-wrapper">
<label for="downshift-1-item-3" class="bx--checkbox-label">
<input type="checkbox" name="Option 4" readonly="" tabindex="-1" class="bx--checkbox" id="downshift-1-item-3" value="on">
<span class="bx--checkbox-appearance" />
<span class="bx--checkbox-appearance"></span>
<span class="bx--checkbox-label-text">Option 4</span>
</label>
</div>
Expand Down

0 comments on commit febe7de

Please sign in to comment.