We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1a7e5 commit 6cd3de8Copy full SHA for 6cd3de8
app/[locale]/dashboard/[entityType]/[entitySlug]/usecases/edit/[id]/contributors/CustomCombobox.tsx
@@ -53,6 +53,7 @@ const CustomCombobox: React.FC<CustomComboboxProps> = ({
53
<input
54
type="text"
55
id="combobox"
56
+ autoComplete='off'
57
value={searchValue}
58
onChange={handleInputChange}
59
className="mt-1 block w-full px-3 py-1 border border-gray-100 placeholder:text-sm"
0 commit comments