diff --git a/src/pages/components/dropdown/usage.mdx b/src/pages/components/dropdown/usage.mdx index c4d3dfdc558..398ea698aab 100755 --- a/src/pages/components/dropdown/usage.mdx +++ b/src/pages/components/dropdown/usage.mdx @@ -826,11 +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. -- 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.