Skip to content

Commit

Permalink
Stop autohighlighting when field is opened
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Nov 4, 2024
1 parent 14e5934 commit cf6b654
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const ActivityTypeAutocomplete: React.FC<ActivityTypeProps> = ({
return (
<Autocomplete<ActivityTypeEnum>
openOnFocus
autoHighlight
autoSelect
value={value === null || typeof value === 'undefined' ? null : value}
options={sortedOptions}
Expand Down

0 comments on commit cf6b654

Please sign in to comment.