Skip to content

Commit d81922a

Browse files
VdustRSamuell1
authored andcommitted
fix(MdTextarea): resize anywhen localValue changed (#1841)
fix #1833
1 parent 2505036 commit d81922a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/MdField/MdTextarea/MdTextarea.vue

+4
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
},
9696
onInput () {
9797
this.setFieldValue()
98+
}
99+
},
100+
watch: {
101+
localValue() {
98102
this.applyStyles()
99103
}
100104
},

0 commit comments

Comments
 (0)