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