Skip to content

Commit 6cd3de8

Browse files
committed
add autocomplete off
1 parent fa1a7e5 commit 6cd3de8

File tree

1 file changed

+1
-0
lines changed
  • app/[locale]/dashboard/[entityType]/[entitySlug]/usecases/edit/[id]/contributors

1 file changed

+1
-0
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/usecases/edit/[id]/contributors/CustomCombobox.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const CustomCombobox: React.FC<CustomComboboxProps> = ({
5353
<input
5454
type="text"
5555
id="combobox"
56+
autoComplete='off'
5657
value={searchValue}
5758
onChange={handleInputChange}
5859
className="mt-1 block w-full px-3 py-1 border border-gray-100 placeholder:text-sm"

0 commit comments

Comments
 (0)