Skip to content

Commit 7303d9d

Browse files
authored
Disable spellcheck on inputs (#2551)
1 parent e239a8e commit 7303d9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/ui/lib/TextInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export const TextInput = React.forwardRef<
9393
)}
9494
aria-invalid={error}
9595
disabled={disabled}
96+
spellCheck={false}
9697
{...fieldProps}
9798
/>
9899
{copyable && (

0 commit comments

Comments
 (0)