diff --git a/en/application-dev/reference/arkui-ts/ts-basic-components-textpicker.md b/en/application-dev/reference/arkui-ts/ts-basic-components-textpicker.md index c77fe53b56a3900c82b9a69ba8ed68824e0999d3..d995c8213360200087233f9d636d7bdb6d1a2410 100644 --- a/en/application-dev/reference/arkui-ts/ts-basic-components-textpicker.md +++ b/en/application-dev/reference/arkui-ts/ts-basic-components-textpicker.md @@ -1,7 +1,7 @@ # TextPicker -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE**
> This component is supported since API version 8. Updates will be marked with a superscript to indicate their earliest API version. @@ -25,10 +25,10 @@ TextPicker(value: {range: string[], selected?: number}) Creates a text picker based on the selection range specified by **range**. - Parameter - | Name | Type | Mandatory | Default Value | Description | + | Name | Type | Mandatory | Default Value | Description | | -------- | -------- | -------- | -------- | -------- | | range | string[] | Yes | - | Data selection range of the picker. | - | selected | number | No | First element | Index value of the selected item in the array. | + | selected | number | No | - | Index value of the selected item in the array. By default, the first element is selected. | ## Attributes