fix(#753): add autoComplete attribute for remove suggestion of passwo… (#913)

* fix(#753): add autoComplete attribute for remove suggestion of password managers

* fix(#753): add autoComplete attribute for remove suggestion of password managers

* Update front/src/modules/ui/inplace-input/components/InplaceInputDoubleText.tsx

* Update front/src/modules/ui/inplace-input/components/InplaceInputDoubleText.tsx

* Update front/src/modules/ui/inplace-input/components/InplaceInputDoubleText.tsx

* Update front/src/modules/ui/inplace-input/components/InplaceInputDoubleText.tsx

---------

Co-authored-by: Charles Bochet <charlesBochet@users.noreply.github.com>
This commit is contained in:
Gustavo Félix
2023-07-25 15:21:45 -03:00
committed by GitHub
parent a5ca913158
commit 59eb10ccc4
13 changed files with 14 additions and 0 deletions

View File

@ -40,6 +40,7 @@ export function InplaceInputDoubleText({
}}
/>
<StyledInput
autoComplete="off"
placeholder={secondValuePlaceholder}
value={secondValue}
onChange={(event: ChangeEvent<HTMLInputElement>) => {

View File

@ -26,6 +26,7 @@ export function InplaceInputText({
return (
<InplaceInputContainer>
<InplaceInputTextInput
autoComplete="off"
autoFocus={autoFocus}
placeholder={placeholder}
value={value}