From 2c0afec55a4c87f37829b4cb46d45e4701a25aec Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Fri, 22 Apr 2022 16:43:32 +0800 Subject: [PATCH] update doc Signed-off-by: ester.zhou --- .../reference/arkui-ts/ts-basic-components-select.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/application-dev/reference/arkui-ts/ts-basic-components-select.md b/en/application-dev/reference/arkui-ts/ts-basic-components-select.md index 4699fe90c5..415a1bd3d9 100644 --- a/en/application-dev/reference/arkui-ts/ts-basic-components-select.md +++ b/en/application-dev/reference/arkui-ts/ts-basic-components-select.md @@ -14,9 +14,9 @@ None ## APIs -Select(options: Array) +Select(options: Array\\) -- `SelectOption` parameters +- SelectOption parameters | Name| Type| Mandatory| Default Value| Description| | ------ | ----------------------------------------------- | ---- | ------ | -------------- | @@ -49,7 +49,7 @@ Select(options: Array) ``` @Entry @Component -struct SliderExample { +struct SelectExample { build() { Column() { Select([{value:'aaa',icon: "/common/1.png"}, -- GitLab