1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 01:48:12 +09:00

Merge pull request #138 from jonahsnider/autofocus

feat: autofocus text input in `Form` component
This commit is contained in:
2022-03-06 01:07:34 +09:00
committed by GitHub

View File

@@ -124,6 +124,7 @@ const InputView = styled.input.attrs({
autocorrect: 'off',
autocapitalize: 'off',
spellcheck: 'false',
autoFocus: true,
})`
width: 100%;
border: none;