From 22e06c43af9421c19009d2dda6136822d945a052 Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Mon, 12 Apr 2021 17:08:49 -0300 Subject: [PATCH] fix: typing quickly on search bar causes issues with input --- src/screens/Notes/NoteList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/screens/Notes/NoteList.tsx b/src/screens/Notes/NoteList.tsx index 074920e5..bf69c6cd 100644 --- a/src/screens/Notes/NoteList.tsx +++ b/src/screens/Notes/NoteList.tsx @@ -209,7 +209,6 @@ export const NoteList = (props: Props) => { ref={iosSearchBarInputRef} keyboardAppearance={themeService?.keyboardColorForActiveTheme()} placeholder="Search" - text={searchText} hideBackground /** * keyboardColorForActiveTheme returns the same value as apperance