Skip to content

Commit

Permalink
Update dataSet type to accept null
Browse files Browse the repository at this point in the history
  • Loading branch information
Villar74 authored and onmotion committed May 22, 2023
1 parent 734383d commit 1f21163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface AutocompleteDropdownProps {
* { id: "3", title: "Gamma" }
* ]
*/
dataSet?: TAutocompleteDropdownItem[]
dataSet?: TAutocompleteDropdownItem[] | null
inputHeight?: number
suggestionsListMaxHeight?: number
initialValue?: string | object
Expand Down

0 comments on commit 1f21163

Please sign in to comment.