Skip to content

Commit

Permalink
[Combobox] Autocomplete (#4386)
Browse files Browse the repository at this point in the history
* autocomplete

* update2

---------

Co-authored-by: Kritvi <[email protected]>
  • Loading branch information
thyhmdo and Kritvi-bhatia17 authored Dec 16, 2024
1 parent 07d56c0 commit 8ed97f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/components/dropdown/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -826,11 +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.
- 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 8ed97f2

Please sign in to comment.