From 96a782b31343b8b41dabeeb608f834fd7317c248 Mon Sep 17 00:00:00 2001 From: Hans Larsen Date: Fri, 7 Feb 2025 10:30:10 -0800 Subject: [PATCH] Remove 1Password from all our input texts There might be a place where we want 1Password to allow for showing the autofill dialog, but any place I found that was showing it it was more annoying. For example, it shows over the Contact button in the Address input, because it wants to fill it with my street address. --- components/react/inputs/TextInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/react/inputs/TextInput.tsx b/components/react/inputs/TextInput.tsx index 94f54e88..e8005473 100644 --- a/components/react/inputs/TextInput.tsx +++ b/components/react/inputs/TextInput.tsx @@ -2,5 +2,5 @@ import React from 'react'; import { BaseInput } from './BaseInput'; export const TextInput: React.FC> = props => ( - + );