1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 20:20:38 +09:00

feat: add enterkeyhint

This commit is contained in:
uetchy 2020-04-14 16:12:38 +09:00
parent f0664110a2
commit 41876bdcd8
2 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,7 @@ const LogoImage = styled.img`
const InputView = styled.input.attrs({
type: 'search',
enterkeyhint: 'search',
autocomplete: 'off',
autocorrect: 'off',
autocapitalize: 'off',

View File

@ -16,6 +16,7 @@ const TwitterCard: React.FC<{query: string}> = ({query}) => {
`${capitalCase}Team`,
`${lowerCase}-support`,
`${lowerCase}_org`,
`${lowerCase}-app`,
`${capitalCase}JS`,
];