From f889b2a55176d75050b3730128c1abce6d0baafd Mon Sep 17 00:00:00 2001 From: thyhmdo Date: Tue, 10 Dec 2024 13:48:07 -0600 Subject: [PATCH] update2 --- src/pages/components/dropdown/usage.mdx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/pages/components/dropdown/usage.mdx b/src/pages/components/dropdown/usage.mdx index dc0a1c96d4d..398ea698aab 100755 --- a/src/pages/components/dropdown/usage.mdx +++ b/src/pages/components/dropdown/usage.mdx @@ -826,14 +826,11 @@ boxes are useful when the data populating the list may come from a database. -- The menu opens by clicking anywhere in the field and you can start typing to - sort through the list of options. The option that best matches the typed - characters is highlighted. -- Autocomplete is also available. As users type, options are filtered to match - the typed characters, with the best-matching option being focused and - displayed in full. -- After typing text in the field, the close (x) icon appears to the right of the - text in the field. This clears any text that’s been entered in the field. +- The menu opens by clicking anywhere in the field, allowing users to type and + sort through the list of options. The best-matching option is highlighted as + users type. +- A close (x) icon clears the input, and autocomplete refines options as users + type.