Stop 1password icon from appearing in name field
This commit is contained in:
parent
df9aca6b67
commit
79ad0e1716
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ const CharLimitedFieldset: ForwardRefRenderFunction<HTMLInputElement, Props> = (
|
||||||
<div className={classNames({ Joined: true }, props.className)}>
|
<div className={classNames({ Joined: true }, props.className)}>
|
||||||
<input
|
<input
|
||||||
{...props}
|
{...props}
|
||||||
|
data-1p-ignore
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
className="Input"
|
className="Input"
|
||||||
type={props.type}
|
type={props.type}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue