Skip to content

Commit

Permalink
update2
Browse files Browse the repository at this point in the history
  • Loading branch information
thyhmdo committed Dec 10, 2024
1 parent 2365c62 commit f889b2a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/pages/components/dropdown/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -826,14 +826,11 @@ boxes are useful when the data populating the list may come from a database.
</Column>
</Row>

- 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.

<Row>
<Column colLg={8}>
Expand Down

0 comments on commit f889b2a

Please sign in to comment.