From f5719b395ea83097b154d85e00280d0d3612ce72 Mon Sep 17 00:00:00 2001 From: LiAn Date: Sat, 26 Mar 2022 11:21:16 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md. Signed-off-by: LiAn --- .../reference/arkui-ts/ts-basic-components-textinput.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md index d33b5caa7c..e9398d127b 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md @@ -30,7 +30,7 @@ TextInput(value?:{placeholder?: string controller?: TextInputController}) ## 属性 -除支持[通用属性](ts-universal-attributes.md)外,还支持以下属性: +除支持[通用属性](ts-universal-attributes-index.md)外,还支持以下属性: | 名称 | 参数类型 | 默认值 | 描述 | | -------- | -------- | -------- | -------- | -- GitLab