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 (
|
||||
<Input
|
||||
onChangeText={handleChangeText}
|
||||
placeholder="Find for something..."
|
||||
placeholder="Search for something..."
|
||||
value={text}
|
||||
style={styles.input}
|
||||
// onFocus={showTipList}
|
||||
|
Loading…
x
Reference in New Issue
Block a user