Skip to content

Commit

Permalink
Fixes inconsistent combobox description (#2009)
Browse files Browse the repository at this point in the history
Fixes #2008

Co-authored-by: TJ Egan <[email protected]>
  • Loading branch information
grahamharper and tw15egan authored Dec 1, 2020
1 parent c5338ce commit 50d95c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pages/components/dropdown/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,7 @@ vary based on your specific use case.

Users trigger a dropdown menu to open by clicking the chevron icon or clicking
anywhere within the field. Users can close the menu by clicking the chevron icon
or clicking outside of the menu. _Note: You can only open a combo box by
clicking the chevron icon or by typing in the field._
or clicking outside of the menu.

<Row>
<Column colLg={8}>
Expand Down Expand Up @@ -593,8 +592,7 @@ typically used when there are a large amount of options to choose from.
</Row>

- The menu opens by clicking anywhere in the field and you can start typing to
sort through the list of options. The options that start to match your entry
remain in the list while other existing options are temporarily removed.
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.

Expand Down

1 comment on commit 50d95c6

@vercel
Copy link

@vercel vercel bot commented on 50d95c6 Dec 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.