mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
Fix list search bar english (#671)
Related: https://github.com/lyswhut/lx-music-desktop/issues/2050
This commit is contained in:
parent
634f34b4d3
commit
e9b339977d
@ -25,7 +25,7 @@ const SearchInput = forwardRef<SearchInputType, SearchInputProps>(({ onSearch },
|
|||||||
return (
|
return (
|
||||||
<Input
|
<Input
|
||||||
onChangeText={handleChangeText}
|
onChangeText={handleChangeText}
|
||||||
placeholder="Find for something..."
|
placeholder="Search for something..."
|
||||||
value={text}
|
value={text}
|
||||||
style={styles.input}
|
style={styles.input}
|
||||||
// onFocus={showTipList}
|
// onFocus={showTipList}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user