We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734383d commit 1f21163Copy full SHA for 1f21163
src/index.d.ts
@@ -23,7 +23,7 @@ interface AutocompleteDropdownProps {
23
* { id: "3", title: "Gamma" }
24
* ]
25
*/
26
- dataSet?: TAutocompleteDropdownItem[]
+ dataSet?: TAutocompleteDropdownItem[] | null
27
inputHeight?: number
28
suggestionsListMaxHeight?: number
29
initialValue?: string | object
0 commit comments