dont select the text on web

This commit is contained in:
Hailey
2024-04-23 10:14:16 -07:00
parent 096725110a
commit 9c95365090
+1 -1
View File
@@ -747,7 +747,7 @@ export function SearchScreen(
ref={textInput}
placeholder={_(msg`Search`)}
placeholderTextColor={pal.colors.textLight}
selectTextOnFocus
selectTextOnFocus={isNative}
returnKeyType="search"
value={query}
style={[pal.text, styles.headerSearchInput]}