Skip to content

Commit 3e170c5

Browse files
committed
ts def typo fix and addtions
1 parent 6d596dc commit 3e170c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

components/autocomplete/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ interface AutocompleteProps extends ReactToolbox.Props {
8181
* If true, the list of suggestions will not be filtered when a value is selected.
8282
* @default false
8383
*/
84-
showSuggestionsWHenValueIsSet?: boolean;
84+
showSuggestionsWhenValueIsSet?: boolean;
8585
/**
8686
* Object of key/values or array representing all items suggested.
8787
*/

components/date_picker/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ interface DatePickerProps extends ReactToolbox.Props {
134134
* Callback to be invoked when the dialog overlay is clicked.
135135
*/
136136
onOverlayClick?: Function;
137+
/**
138+
* The input element will be readonly and look like disabled.
139+
*/
140+
readonly?: boolean;
137141
/**
138142
* Classnames object defining the component style.
139143
*/

0 commit comments

Comments
 (0)