Skip to content

Commit

Permalink
autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
thyhmdo committed Dec 6, 2024
1 parent ef998db commit 2365c62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/components/dropdown/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,9 @@ 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.

Expand Down

0 comments on commit 2365c62

Please sign in to comment.