mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 12:30:32 +09:00
feat: add enterkeyhint
This commit is contained in:
parent
f0664110a2
commit
41876bdcd8
@ -119,6 +119,7 @@ const LogoImage = styled.img`
|
|||||||
|
|
||||||
const InputView = styled.input.attrs({
|
const InputView = styled.input.attrs({
|
||||||
type: 'search',
|
type: 'search',
|
||||||
|
enterkeyhint: 'search',
|
||||||
autocomplete: 'off',
|
autocomplete: 'off',
|
||||||
autocorrect: 'off',
|
autocorrect: 'off',
|
||||||
autocapitalize: 'off',
|
autocapitalize: 'off',
|
||||||
|
@ -16,6 +16,7 @@ const TwitterCard: React.FC<{query: string}> = ({query}) => {
|
|||||||
`${capitalCase}Team`,
|
`${capitalCase}Team`,
|
||||||
`${lowerCase}-support`,
|
`${lowerCase}-support`,
|
||||||
`${lowerCase}_org`,
|
`${lowerCase}_org`,
|
||||||
|
`${lowerCase}-app`,
|
||||||
`${capitalCase}JS`,
|
`${capitalCase}JS`,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user