mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #14397 from conradchan/cchan/reactSelectKeyInputDown
add onInputKeyDown to react-select
This commit is contained in:
Vendored
+4
@@ -246,6 +246,10 @@ declare namespace ReactSelectClass {
|
||||
* onInputChange handler: function (inputValue) {}
|
||||
*/
|
||||
onInputChange?: (inputValue: string) => void;
|
||||
/**
|
||||
* onInputKeyDown handler: function (keyboardEvent) {}
|
||||
*/
|
||||
onInputKeyDown?: (event: KeyboardEvent) => void;
|
||||
/**
|
||||
* fires when the menu is scrolled to the bottom; can be used to paginate options
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user