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)}>
|
||||
<input
|
||||
{...props}
|
||||
data-1p-ignore
|
||||
autoComplete="off"
|
||||
className="Input"
|
||||
type={props.type}
|
||||
|
|
|
|||
Loading…
Reference in a new issue