Skip to content

Commit

Permalink
update default to true with a comment about upstream
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Gilgur <[email protected]>
  • Loading branch information
Anton Gilgur committed Jun 8, 2024
1 parent 594a66e commit 39a2a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/autocomplete/autocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface AutocompleteProps {
autoCompleteRef?: (api: AutocompleteApi) => any;
filterSuggestions?: boolean;
qeid?: string;
autoHighlight?: boolean;
autoHighlight?: true; // ReactAutocomplete.Props['autoHighlight'] is missing the `true` default per https://github.com/argoproj/argo-ui/pull/560#issuecomment-2155872347
}

export const Autocomplete = (props: AutocompleteProps) => {
Expand Down

0 comments on commit 39a2a94

Please sign in to comment.