Skip to content

Commit 4608893

Browse files
gzh2003mofojed
andauthored
Address suggested change
Co-authored-by: Mike Bender <[email protected]>
1 parent c587f40 commit 4608893

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/components/src/SearchInput.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ interface SearchInputProps {
1616
onKeyDown: React.KeyboardEventHandler<HTMLInputElement>;
1717
className: string;
1818
disabled?: boolean;
19-
matchCount: number; // Number of search matches
19+
/** Number of search matches, displayed at the end of the search field. */
20+
matchCount: number;
2021
id: string;
2122
'data-testid'?: string;
2223
cursor?: {

0 commit comments

Comments
 (0)