mirror of
https://github.com/uetchy/namae.git
synced 2025-07-02 06:20:02 +09:00
Merge pull request #138 from jonahsnider/autofocus
feat: autofocus text input in `Form` component
This commit is contained in:
commit
6939699c5a
@ -124,6 +124,7 @@ const InputView = styled.input.attrs({
|
||||
autocorrect: 'off',
|
||||
autocapitalize: 'off',
|
||||
spellcheck: 'false',
|
||||
autoFocus: true,
|
||||
})`
|
||||
width: 100%;
|
||||
border: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user