We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ff55d commit 376d3b7Copy full SHA for 376d3b7
uview-ui/components/u-input/u-input.vue
@@ -16,7 +16,7 @@
16
v-if="type == 'textarea'"
17
class="u-input__input u-input__textarea"
18
:style="[getStyle]"
19
- :value="value"
+ :value="defaultValue"
20
:placeholder="placeholder"
21
:placeholderStyle="placeholderStyle"
22
:disabled="disabled"
0 commit comments