Skip to content

Commit

Permalink
Merge pull request #1068 from cristycarpenter/STENCIL-3289
Browse files Browse the repository at this point in the history
STENCIL-3289: Allows 'none' to be default selection on pick lists.
  • Loading branch information
junedkazi authored Aug 22, 2017
2 parents 4743479 + 4dc240b commit 3b46104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Draft
- Fixes image overlapping details on product page and Quick View on small viewports [#1067](https://github.com/bigcommerce/cornerstone/pull/1067)
- Allow 'none' to be a default selection on product option pick lists [#1068](https://github.com/bigcommerce/cornerstone/pull/1068)

## 1.9.2 (2017-08-16)
- Hide Info in footer if no address is provided in Store Profile. Hide Brands in footer if Merchant has no brands [#1053](https://github.com/bigcommerce/cornerstone/pull/1053)
Expand Down
2 changes: 1 addition & 1 deletion templates/components/products/options/product-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name="attribute[{{id}}]"
value="0"
id="attribute_0_{{id}}"
{{#if defaultValue '==' 0}}checked{{/if}} required>
checked="{{#if defaultValue '==' 0}}checked{{/if}}" required>
<label class="form-label" for="attribute_0_{{id}}">{{lang 'products.none'}}</label>
</li>
{{/unless}}
Expand Down

0 comments on commit 3b46104

Please sign in to comment.