Skip to content

Commit 988927d

Browse files
committed
fix:82363: iOS - Company cards - Tapping the X in the input field closes the keyboard
1 parent 0ad75d6 commit 988927d

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)