Skip to content

Commit 44b192f

Browse files
committed
pass row and bump
1 parent 7747114 commit 44b192f

File tree

2 files changed

+7
-1
lines changed
  • packages

2 files changed

+7
-1
lines changed

packages/changeset-form/addon/components/eui-changeset-form/fields/field-text-area/index.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@
2525
@resize={{@resize}}
2626
@inputRef={{@inputRef}}
2727
@id={{theId}}
28+
@rows={{@rows}}
2829
autofocus={{@autofocus}}
2930
placeholder={{@placeholder}}
31+
...attributes
3032
{{on "blur" this.validate}}
3133
{{on "input" this.handleInput}}
32-
...attributes
3334
>
3435
<:prepend as |classes|>
3536
{{yield classes to="prepend"}}

packages/core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
### Master
44

5+
### 0.3.2
6+
7+
🐛 Bug / Fixes
8+
- Pass down @rows to `<ChangesetForm.FieldTextArea />`
9+
510
### 0.3.1
611

712
🐛 Bug / Fixes

0 commit comments

Comments
 (0)