Commit 376d3b77 authored by 费陶勇's avatar 费陶勇

fix: #282 - 修复u-input组件属性为textarea时,快速输入或删除会导致闪烁的问题

parent 13ff55dd
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
v-if="type == 'textarea'" v-if="type == 'textarea'"
class="u-input__input u-input__textarea" class="u-input__input u-input__textarea"
:style="[getStyle]" :style="[getStyle]"
:value="value" :value="defaultValue"
:placeholder="placeholder" :placeholder="placeholder"
:placeholderStyle="placeholderStyle" :placeholderStyle="placeholderStyle"
:disabled="disabled" :disabled="disabled"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment