diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index a27271168c..73e54ea21e 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -223,7 +223,8 @@ export const ScrollableInner = React.forwardRef( bounces={nativeSnapPoint === BottomSheetSnapPoint.Full} bottomOffset={30} scrollEventThrottle={50} - onScroll={isAndroid ? onScroll : undefined}> + onScroll={isAndroid ? onScroll : undefined} + keyboardShouldPersistTaps="handled"> {children} )