Skip to content

Commit

Permalink
fix: remove autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed May 19, 2024
1 parent ac69ee4 commit 9824402
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ const SearchSelect = React.forwardRef<HTMLInputElement, SearchSelectProps>((prop
setSearchQuery(event.target.value);
}}
displayValue={(value: string) => valueToNameMapping.get(value) ?? ""}
autoComplete="off"
/>
<div className={tremorTwMerge("absolute inset-y-0 right-0 flex items-center pr-2.5")}>
<ArrowDownHeadIcon
Expand Down

0 comments on commit 9824402

Please sign in to comment.