File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ Unreleased] - 2022-01-05
8+ - Docs typo
9+
710## [ 2.1.0] - 2022-01-05
811### Added
912- ` onKeyDown ` prop to override/extend the key down listener
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ Accepts a function like the following:
215215function onKeyDown (event : KeyboardEvent , dropdown : any , options : any ) => boolean
216216```
217217
218- The listener if fired in two cases :
218+ The listener is fired in two cases :
2192191. When the dropdown in open
2202202. When the dropdown is closed but the opener is focused
221221
You can’t perform that action at this time.
0 commit comments