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:
parent
f0664110a2
commit
41876bdcd8
@ -119,6 +119,7 @@ const LogoImage = styled.img`
|
||||
|
||||
const InputView = styled.input.attrs({
|
||||
type: 'search',
|
||||
enterkeyhint: 'search',
|
||||
autocomplete: 'off',
|
||||
autocorrect: 'off',
|
||||
autocapitalize: 'off',
|
||||
|
@ -16,6 +16,7 @@ const TwitterCard: React.FC<{query: string}> = ({query}) => {
|
||||
`${capitalCase}Team`,
|
||||
`${lowerCase}-support`,
|
||||
`${lowerCase}_org`,
|
||||
`${lowerCase}-app`,
|
||||
`${capitalCase}JS`,
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user