ソースを参照

fix: input show-word-limit default false (#1203)

Lei Wang 3 年 前
コミット
da80403c5e

+ 1 - 1
src/packages/__VUE/input/index.taro.vue

@@ -250,7 +250,7 @@ export default create({
     },
     showWordLimit: {
       type: Boolean,
-      default: true
+      default: false
     },
     autofocus: {
       type: Boolean,

+ 1 - 1
src/packages/__VUE/input/index.vue

@@ -250,7 +250,7 @@ export default create({
     },
     showWordLimit: {
       type: Boolean,
-      default: true
+      default: false
     },
     autofocus: {
       type: Boolean,