Skip to content

Commit

Permalink
Removed Browsers AutoSuggestions from inputs (spacedriveapp#1156)
Browse files Browse the repository at this point in the history
I modified it from UI because every text input was suggesting autoComplete
  • Loading branch information
Raghav-45 committed Aug 2, 2023
1 parent 6c9e085 commit d8bd307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export const Input = forwardRef<HTMLInputElement, InputProps>(
e.stopPropagation();
}}
ref={ref}
autoComplete={props.autoComplete || "off"}
{...props}
/>
</div>
Expand Down

0 comments on commit d8bd307

Please sign in to comment.