Skip to content

Commit

Permalink
[docs] Correct Select's menu placement description
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Oct 1, 2021
1 parent 1e7851b commit 718890e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/selects/selects.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ githubLabel: 'component: Select'

## Basic select

Menus are positioned over their emitting elements such that the currently selected menu item appears on top of the emitting element.
Menus are positioned under their emitting elements, unless they are close to the bottom of the viewport.

{{"demo": "pages/components/selects/BasicSelect.js"}}

Expand Down

0 comments on commit 718890e

Please sign in to comment.