未验证 提交 df93ac3c 编写于 作者: O openharmony_ci 提交者: Gitee

!6632 textinput 接口文档参数缺失

Merge pull request !6632 from 邓辉/master
......@@ -18,12 +18,13 @@
## 接口
TextInput(value?:{placeholder?: string controller?: TextInputController})
TextInput(value?:{placeholder?: string | Resource, text?: string | Resource, controller?: TextInputController})
- 参数
| 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 |
| ----------------------- | ---------------------------------------- | ---- | ---- | --------------- |
| placeholder | string | 否 | - | 无输入时的提示文本。 |
| placeholder | string \| [Resource](../../ui/ts-types.md#resource类型) | 否 | - | 无输入时的提示文本。 |
| text | string \| [Resource](../../ui/ts-types.md#resource类型) | 否 | - | 设置提示文本的当前值。 |
| controller<sup>8+</sup> | [TextInputController](#textinputcontroller8) | 否 | - | 设置TextInput控制器。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册