列表
This commit is contained in:
@@ -12,6 +12,7 @@ interface IProps {
|
||||
|
||||
const SearchBarComponent = (props: IProps) => {
|
||||
const { handleFilterIcon, isSelect, filterCount, onChange } = props;
|
||||
|
||||
const handleChange = (value: string) => {
|
||||
onChange && onChange(value);
|
||||
};
|
||||
@@ -19,9 +20,9 @@ const SearchBarComponent = (props: IProps) => {
|
||||
<>
|
||||
<SearchBar
|
||||
leftIn={
|
||||
<div>
|
||||
<View className={styles.searchBarLeft}>
|
||||
<Image className={styles.searchIcon} src={img.ICON_SEARCH} />
|
||||
</div>
|
||||
</View>
|
||||
}
|
||||
right={
|
||||
<View
|
||||
|
||||
Reference in New Issue
Block a user