From e40099e9080c9ca76f985c8f0d7b036a522d8c4a Mon Sep 17 00:00:00 2001 From: Michael Schock Date: Tue, 14 Feb 2017 12:00:29 -0800 Subject: [PATCH] STENCIL-2486 - Change review comment to multiline instead of text element --- CHANGELOG.md | 1 + templates/components/products/modals/writeReview.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed676a6285..d961ef14fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Draft - Show 'Write a Review' link for mobile [#922] (https://github.com/bigcommerce/stencil/pull/922) +- Update text input for product review comment to be multiline so it's not too small to be usable [#921] (https://github.com/bigcommerce/stencil/pull/921) ## 1.5.2 (2017-02-14) - Added a setting to theme editor schema to show/hide the homepage carousel [#909](https://github.com/bigcommerce/stencil/pull/909) diff --git a/templates/components/products/modals/writeReview.html b/templates/components/products/modals/writeReview.html index e5e48ca806..e956ea1f0a 100644 --- a/templates/components/products/modals/writeReview.html +++ b/templates/components/products/modals/writeReview.html @@ -39,7 +39,7 @@
{{ product.title }}
{{> components/common/forms/text name="revtitle" required="true" label=(lang 'products.reviews.form_write.subject')}} - {{> components/common/forms/text name="revtext" required="true" label=(lang 'products.reviews.form_write.comments')}} + {{> components/common/forms/multiline name="revtext" required="true" label=(lang 'products.reviews.form_write.comments')}} {{#if product.reviews.captcha}}