mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
fix(mobile): property input field keyboard mode (#8982)
This commit is contained in:
@@ -102,6 +102,8 @@ export const SearchInput = forwardRef<HTMLInputElement, SearchInputProps>(
|
||||
<input
|
||||
ref={inputRef}
|
||||
{...attrs}
|
||||
type="search"
|
||||
inputMode="search"
|
||||
value={inputValue}
|
||||
onInput={handleInput}
|
||||
className={styles.input}
|
||||
|
||||
Reference in New Issue
Block a user