瀏覽代碼

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}
               />
             )}