소스 검색

small fix

Viktoriia 1 개월 전
부모
커밋
c1b223a391
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/screens/InAppScreens/TravellersScreen/Components/FilterModal.tsx

+ 2 - 0
src/screens/InAppScreens/TravellersScreen/Components/FilterModal.tsx

@@ -65,6 +65,8 @@ export const FilterModal: FC<ModalProps> = ({
                 autoScroll={false}
                 inputSearchStyle={ModalStyles.search}
                 flatListProps={{ initialNumToRender: 50, maxToRenderPerBatch: 10 }}
+                dropdownPosition="top"
+                keyboardAvoiding={false}
               />
             )}