Skip to content

Commit

Permalink
prevent flicker of keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverabrahams committed Dec 16, 2024
1 parent ce68029 commit 648d609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/@guardian/react-crossword/src/components/Grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ export const Grid = () => {
<input
ref={inputRef}
value={inputValue}
autoCapitalize={'characters'}
id={getId('overlay-input')}
type="text"
pattern={'^[A-Za-zÀ-ÿ0-9]$'}
Expand Down

0 comments on commit 648d609

Please sign in to comment.