Skip to content

Commit 28eee26

Browse files
authored
fix(Dropdown): handle keyboard events for arrows, space and enter keys locally (#4004)
* fix(Dropdown): handle keyboard events for arrows, space and enter keys locally * remove only and usused returns * fix `selectedIndex` on search
1 parent 0ecf576 commit 28eee26

File tree

3 files changed

+252
-206
lines changed

3 files changed

+252
-206
lines changed

docs/src/examples/modules/Dropdown/States/DropdownExampleDisabledItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const options = [
88
]
99

1010
const DropdownExampleDisabledItem = () => (
11-
<Dropdown text='Dropdown' options={options} open />
11+
<Dropdown text='Dropdown' options={options} />
1212
)
1313

1414
export default DropdownExampleDisabledItem

0 commit comments

Comments
 (0)