Skip to content

Commit

Permalink
MERC-709 - Add empty value to default option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mick Ryan committed Jun 1, 2016
1 parent a181e26 commit 7e07708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/products/options/set-select.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</label>

<select class="form-select form-select--small" name="attribute[{{this.id}}]" id="attribute_{{id}}" {{#if required}}required{{/if}}>
<option>{{lang 'products.choose_options'}}</option>
<option value="">{{lang 'products.choose_options'}}</option>
{{#each this.values}}
<option data-product-attribute-value="{{id}}" value="{{id}}" {{#if selected}}selected{{/if}}>{{label}}</option>
{{/each}}
Expand Down

0 comments on commit 7e07708

Please sign in to comment.