We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1840c45 + c7df59e commit 8c73e38Copy full SHA for 8c73e38
index.tsx
@@ -394,7 +394,7 @@ export const CountryList = ({
394
style={[style?.itemsList]}
395
keyboardShouldPersistTaps={'handled'}
396
renderItem={renderItem}
397
- ListHeaderComponent={(popularCountries && ListHeaderComponent) &&
+ ListHeaderComponent={(popularCountries && ListHeaderComponent && !searchValue ) &&
398
<ListHeaderComponent countries={preparedPopularCountries} lang={lang}/>}
399
{...rest}
400
/>
0 commit comments