We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06979b commit 3c1949eCopy full SHA for 3c1949e
src/components/Autocomplete/SearchInput/SearchInput.tsx
@@ -12,7 +12,7 @@ function DefaultRenderInput({ getFormProps, getInputProps, getLabelProps, setQue
12
return (
13
<form {...getFormProps()}>
14
<label {...getLabelProps()} htmlFor='cio-input'>
15
- <input id='cio-input' {...inputProps} />
+ <input id='cio-input' {...inputProps} enterKeyHint='search' />
16
</label>
17
<button
18
className='cio-clear-btn'
0 commit comments