Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(EuiSelectableSearchProps): fix optionMatcher jsdoc
Browse files Browse the repository at this point in the history
tkajtoch committed Apr 29, 2024

Verified

This commit was signed with the committer’s verified signature.
rouault Even Rouault
1 parent 6cc9f8a commit d718bf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ type _EuiSelectableSearchProps<T> = EuiSelectableSearchProps<T> & {
listId?: string;
isPreFiltered: boolean;
/**
* Optional custom option matcher function
* Option matcher function
*/
optionMatcher: EuiSelectableOptionMatcher<T>;
};

0 comments on commit d718bf7

Please sign in to comment.