File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments