diff --git a/src/components/Form.tsx b/src/components/Form.tsx index 59bc92a..af53892 100644 --- a/src/components/Form.tsx +++ b/src/components/Form.tsx @@ -124,7 +124,7 @@ const InputView = styled.input.attrs({ autocorrect: 'off', autocapitalize: 'off', spellcheck: 'false', - autofocus: '', + autoFocus: true, })` width: 100%; border: none;