Skip to content

Commit 3c1949e

Browse files
committedJan 23, 2025
Update IOS devices virtual keyboard search input mode
1 parent b06979b commit 3c1949e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/Autocomplete/SearchInput/SearchInput.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function DefaultRenderInput({ getFormProps, getInputProps, getLabelProps, setQue
1212
return (
1313
<form {...getFormProps()}>
1414
<label {...getLabelProps()} htmlFor='cio-input'>
15-
<input id='cio-input' {...inputProps} />
15+
<input id='cio-input' {...inputProps} enterKeyHint='search' />
1616
</label>
1717
<button
1818
className='cio-clear-btn'

0 commit comments

Comments
 (0)