dont select the text on web
This commit is contained in:
@@ -747,7 +747,7 @@ export function SearchScreen(
|
|||||||
ref={textInput}
|
ref={textInput}
|
||||||
placeholder={_(msg`Search`)}
|
placeholder={_(msg`Search`)}
|
||||||
placeholderTextColor={pal.colors.textLight}
|
placeholderTextColor={pal.colors.textLight}
|
||||||
selectTextOnFocus
|
selectTextOnFocus={isNative}
|
||||||
returnKeyType="search"
|
returnKeyType="search"
|
||||||
value={query}
|
value={query}
|
||||||
style={[pal.text, styles.headerSearchInput]}
|
style={[pal.text, styles.headerSearchInput]}
|
||||||
|
|||||||
Reference in New Issue
Block a user