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 4699fe90c574530e27774d811e4329da363e6cd0..415a1bd3d96af1ff879af2b779c3a5481ffe3d85 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"},