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

feat: autofocus text input in Form component

This commit is contained in:
Jonah Snider
2022-01-02 22:53:10 -08:00
parent 2f546709dd
commit 9d6a4c42f7

View File

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