mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 01:48:12 +09:00
feat: add enterkeyhint
This commit is contained in:
@@ -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`,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user