feat: vaults (#927)

* feat: vaults
This commit is contained in:
Mo
2022-03-21 14:38:05 -05:00
committed by GitHub
parent 9f032f13c2
commit 57469d6b2d
8 changed files with 167 additions and 32 deletions

View File

@@ -68,6 +68,7 @@ export const InputWithIcon: FunctionComponent<Props> = forwardRef(
className={`pr-2 w-full border-0 focus:shadow-none ${
disabled ? DISABLED_CLASSNAME : ''
}`}
spellcheck={false}
disabled={disabled}
placeholder={placeholder}
ref={ref}