Skip to content

Commit b3361ca

Browse files
authored
Merge pull request Expensify#82710 from Eskalifer1/fix/82363
fix:82363: iOS - Company cards - Tapping the X in the input field closes the keyboard
2 parents 3a9707b + 988927d commit b3361ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Table/TableBody.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ function TableBody<T>({contentContainerStyle, ...props}: TableBodyProps) {
7878
data={filteredAndSortedData}
7979
ListEmptyComponent={isEmptyResult ? EmptyResultComponent : ListEmptyComponent}
8080
contentContainerStyle={[filteredAndSortedData.length === 0 && styles.flex1, listContentContainerStyle, contentContainerStyle]}
81+
keyboardShouldPersistTaps="handled"
8182
// eslint-disable-next-line react/jsx-props-no-spreading
8283
{...restListProps}
8384
/>

0 commit comments

Comments
 (0)