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