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