Skip to content

Commit

Permalink
fix(storefront): Remove default whitespace from multiline input (#2355)
Browse files Browse the repository at this point in the history
* Remove extra spaces from multiline input

* Update CHANGELOG.md

---------

Co-authored-by: Volodymyr Krasnoshapka <[email protected]>
  • Loading branch information
pvaladez and BC-krasnoshapka authored May 12, 2023
1 parent faf2598 commit 1511e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed accelerated checkout integration [#2341](https://github.com/bigcommerce/cornerstone/pull/2341)
- Added css classes for ApplePay Button [[#2344]](https://github.com/bigcommerce/cornerstone/pull/2344)
- Added styling config for the Bolt smart payment button [[#2356]](https://github.com/bigcommerce/cornerstone/pull/2356)
- Remove default whitespace from multiline input [#2355](https://github.com/bigcommerce/cornerstone/pull/2355)

## 6.10.0 (03-23-2023)
- A bug with the display of the product quantity on the PDP [#2340](https://github.com/bigcommerce/cornerstone/pull/2340)
Expand Down
4 changes: 1 addition & 3 deletions templates/components/common/forms/multiline.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@
data-input
class="form-input"
{{#if private_id}}data-field-type="{{private_id}}"{{/if}}
>
{{value}}
</textarea>
>{{value}}</textarea>
</div>

0 comments on commit 1511e98

Please sign in to comment.