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 f4c751d commit ff59403Copy full SHA for ff59403
2 files changed
src/uni_modules/wot-design-uni/components/wd-input/wd-input.vue
@@ -28,7 +28,7 @@
28
:password="showPassword && !isPwdVisible"
29
v-model="inputValue"
30
:placeholder="placeholderValue"
31
- :disabled="disabled"
+ :disabled="disabled || readonly"
32
:maxlength="maxlength"
33
:focus="focused"
34
:confirm-type="confirmType"
src/uni_modules/wot-design-uni/components/wd-textarea/wd-textarea.vue
@@ -18,7 +18,7 @@
18
19
:show-count="false"
20
21
22
23
24
:auto-focus="autoFocus"
0 commit comments