blur on submit
This commit is contained in:
@@ -572,6 +572,8 @@ export function SearchScreen(
|
|||||||
)
|
)
|
||||||
|
|
||||||
const onSubmit = React.useCallback(() => {
|
const onSubmit = React.useCallback(() => {
|
||||||
|
textInput.current?.blur()
|
||||||
|
setInputIsFocused(false)
|
||||||
scrollToTopWeb()
|
scrollToTopWeb()
|
||||||
updateSearchHistory(searchText)
|
updateSearchHistory(searchText)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user