Skip to content

Commit

Permalink
docs(select): fix incorrect link of AutoComplete (ant-design#44500)
Browse files Browse the repository at this point in the history
* docs: fix incorrect link of `AutoComplete`

Signed-off-by: Andy Hsu <i@nn.ci>

* docs(select): sync `AutoComplete` related content in `zh-CN` to `en-US`

Signed-off-by: Andy Hsu <i@nn.ci>

---------

Signed-off-by: Andy Hsu <i@nn.ci>
  • Loading branch information
xhofe authored Aug 29, 2023
1 parent fae1fef commit 457feb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/select/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Select component to select value from options.

- A dropdown menu for displaying choices - an elegant alternative to the native `<select>` element.
- Utilizing [Radio](/components/radio/) is recommended when there are fewer total options (less than 5).
- You probably need [AutoComplete](/components/auto-complete/) if you're looking for an input box that can be typed or selected.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion components/select/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ demo:

- 弹出一个下拉菜单给用户选择操作,用于代替原生的选择器,或者需要一个更优雅的多选器时。
- 当选项少时(少于 5 项),建议直接将选项平铺,使用 [Radio](/components/radio-cn/) 是更好的选择。
- 如果你在寻找一个可输可选的输入框,那你可能需要 [AutoComplete](/components/autocomplete-cn/)
- 如果你在寻找一个可输可选的输入框,那你可能需要 [AutoComplete](/components/auto-complete-cn/)

## 代码演示

Expand Down

0 comments on commit 457feb7

Please sign in to comment.