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.
navigator
1 parent 637d23e commit 056daebCopy full SHA for 056daeb
packages/autocomplete-core/src/types/api.ts
@@ -258,7 +258,7 @@ export interface AutocompleteOptions<TItem> {
258
/**
259
* Navigator API to redirect the user when a link should be opened.
260
*/
261
- navigator?: Navigator<TItem>;
+ navigator?: Partial<Navigator<TItem>>;
262
263
* The function called to determine whether the dropdown should open.
264
0 commit comments