Skip to content

Commit

Permalink
STENCIL-3289: Allows 'none' to be default selection on pick lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristycarpenter committed Aug 18, 2017
1 parent 4743479 commit 4dc240b
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 4dc240b

Please sign in to comment.