浏览代码

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

Lei Wang 3 年之前
父节点
当前提交
da80403c5e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/packages/__VUE/input/index.taro.vue
  2. 1 1
      src/packages/__VUE/input/index.vue

+ 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,