Skip to content

Commit

Permalink
fix(core): turn public navigator type to partial (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Oct 12, 2020
1 parent 637d23e commit 056daeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/autocomplete-core/src/types/api.ts
Expand Up @@ -258,7 +258,7 @@ export interface AutocompleteOptions<TItem> {
/**
* Navigator API to redirect the user when a link should be opened.
*/
navigator?: Navigator<TItem>;
navigator?: Partial<Navigator<TItem>>;
/**
* The function called to determine whether the dropdown should open.
*/
Expand Down

0 comments on commit 056daeb

Please sign in to comment.