Update avaiable hooks. (#8909)

Apply comments.

Minor changes.
This commit is contained in:
Andrzej Skrodzki
2016-04-13 00:35:06 +09:00
committed by Masahiro Wakame
parent 2bb5e51050
commit 8d0cdb374d
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -153,9 +153,12 @@ declare namespace ReactSelect {
*/
onBlurResetsInput?: boolean;
onChange?: (newValue: Option | Option[]) => void;
onClose?: () => void;
onFocus?: __React.FocusEventHandler;
onInputChange?: (inputValue: string) => void;
onOpen?: () => void;
onOptionLabelClick?: (value: string, event: Event) => void;
/**
* function which returns a custom way to render the options in the menu
*/