Skip to content

Commit e854daa

Browse files
committed
fix: bind textareaAttributes to textarea
1 parent c6c84a8 commit e854daa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BaseInput.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
v-model="value"
2828
:placeholder="placeholder"
2929
:class="theme.input"
30+
v-bind="textareaAttributes"
3031
data-testid="base-input-textarea"
3132
/>
3233
<div

0 commit comments

Comments
 (0)