Skip to content

Commit 00cd42b

Browse files
authored
fix(Input): fix api doc (#3650)
1 parent d133b6d commit 00cd42b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/input/README.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ placeholder | String | undefined | \- | N
3636
placeholder-class | String | input-placeholder | \- | N
3737
placeholder-style | String | - | required | Y
3838
prefix-icon | String / Object / Slot | - | [see more ts definition](https://github.com/Tencent/tdesign-miniprogram/blob/develop/src/common/common.ts) | N
39-
readonly | Boolean | undefined | `1.8.6` | N
39+
readonly | Boolean | undefined | `1.7.1` | N
4040
safe-password-cert-path | String | - | \- | N
4141
safe-password-custom-hash | String | - | \- | N
4242
safe-password-length | Number | - | \- | N

src/input/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ placeholder | String | undefined | 占位符 | N
115115
placeholder-class | String | input-placeholder | 指定 placeholder 的样式类 | N
116116
placeholder-style | String | - | 必需。指定 placeholder 的样式 | Y
117117
prefix-icon | String / Object / Slot | - | 组件前置图标。值为字符串表示图标名称,值为 `Object` 类型,表示透传至 `icon`[通用类型定义](https://github.com/Tencent/tdesign-miniprogram/blob/develop/src/common/common.ts) | N
118-
readonly | Boolean | undefined | `1.8.6`。只读状态 | N
118+
readonly | Boolean | undefined | `1.7.1`。只读状态 | N
119119
safe-password-cert-path | String | - | 安全键盘加密公钥的路径,只支持包内路径 | N
120120
safe-password-custom-hash | String | - | 安全键盘计算 hash 的算法表达式,如 `md5(sha1('foo' + sha256(sm3(password + 'bar'))))` | N
121121
safe-password-length | Number | - | 安全键盘输入密码长度 | N

0 commit comments

Comments
 (0)