Merge pull request #878 from panjiesw/hotfix/ts-definitions

ts def typo fix and addtions
old
Javi Velasco 2016-10-19 02:36:14 +02:00 committed by GitHub
commit eefa426960
2 changed files with 5 additions and 1 deletions

View File

@ -81,7 +81,7 @@ interface AutocompleteProps extends ReactToolbox.Props {
* If true, the list of suggestions will not be filtered when a value is selected.
* @default false
*/
showSuggestionsWHenValueIsSet?: boolean;
showSuggestionsWhenValueIsSet?: boolean;
/**
* Object of key/values or array representing all items suggested.
*/

View File

@ -134,6 +134,10 @@ interface DatePickerProps extends ReactToolbox.Props {
* Callback to be invoked when the dialog overlay is clicked.
*/
onOverlayClick?: Function;
/**
* The input element will be readonly and look like disabled.
*/
readonly?: boolean;
/**
* Classnames object defining the component style.
*/