Skip to content

Commit

Permalink
fix(Dropdown): handle keyboard events for arrows, space and enter key…
Browse files Browse the repository at this point in the history
…s locally (#4004)

* fix(Dropdown): handle keyboard events for arrows, space and enter keys locally

* remove only and usused returns

* fix `selectedIndex` on search
  • Loading branch information
layershifter authored Jul 29, 2020
1 parent 0ecf576 commit 28eee26
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 206 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const options = [
]

const DropdownExampleDisabledItem = () => (
<Dropdown text='Dropdown' options={options} open />
<Dropdown text='Dropdown' options={options} />
)

export default DropdownExampleDisabledItem
Loading

0 comments on commit 28eee26

Please sign in to comment.