|
@@ -114,8 +114,9 @@ export default function Component({
|
|
|
/>
|
|
/>
|
|
|
{
|
|
{
|
|
|
inputValue.length > 0 && <View className="clear_bg" onClick={clear}>
|
|
inputValue.length > 0 && <View className="clear_bg" onClick={clear}>
|
|
|
- {/* <IconClear /> */}
|
|
|
|
|
- <IconClose width={20} height={20} color="#000"/>
|
|
|
|
|
|
|
+ <IconClear />
|
|
|
|
|
+ {/* <IconClose width={20} height={20} color="#000"/> */}
|
|
|
|
|
+ {/* <IconClose width={20} height={20} color="#000"/> */}
|
|
|
</View>
|
|
</View>
|
|
|
}
|
|
}
|
|
|
</View>
|
|
</View>
|