diff --git a/src/pages/components/select/usage.mdx b/src/pages/components/select/usage.mdx index 7a8c0a15ee7..393ff78fa08 100755 --- a/src/pages/components/select/usage.mdx +++ b/src/pages/components/select/usage.mdx @@ -60,8 +60,7 @@ look similar, they have different functions. - A select presents a list of options from which the users can select only one item from that list. It works best in forms when users choose an option from - the select list and submit data. It works best in forms when users choose an - option from the select list and submit data. + the select list and submit data. - A dropdown presents a list of options that users can select one or several options from that list. Dropdown options are used for taking an action,