From ac5bdc6983954d10f5bb7e2ef772fc9cc3bde957 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 23 Aug 2017 11:45:21 +0800 Subject: [PATCH] doc: update select description --- components/select/index.en-US.md | 2 +- components/select/index.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/select/index.en-US.md b/components/select/index.en-US.md index 28d783cff3..1631ee4952 100644 --- a/components/select/index.en-US.md +++ b/components/select/index.en-US.md @@ -4,7 +4,7 @@ type: Data Entry title: Select --- -A Selector similar to Select2. +Select component to select value from options. ## When To Use diff --git a/components/select/index.zh-CN.md b/components/select/index.zh-CN.md index b74482af15..c9c6bff9f9 100644 --- a/components/select/index.zh-CN.md +++ b/components/select/index.zh-CN.md @@ -5,7 +5,7 @@ type: Data Entry title: Select --- -类似 Select2 的选择器。 +下拉选择器。 ## 何时使用