From 98b463e1ffeb3a8af69565cfc67a07d2599c65e7 Mon Sep 17 00:00:00 2001 From: Sam Smith <79216348+samsmith620m@users.noreply.github.com> Date: Fri, 17 Mar 2023 12:36:34 -0500 Subject: [PATCH] perf: remove redundant text from usage section (#3438) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- src/pages/components/select/usage.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,