diff --git a/src/components/bottomSheetTextInput/BottomSheetTextInput.tsx b/src/components/bottomSheetTextInput/BottomSheetTextInput.tsx index 861d276e..2dd7b734 100644 --- a/src/components/bottomSheetTextInput/BottomSheetTextInput.tsx +++ b/src/components/bottomSheetTextInput/BottomSheetTextInput.tsx @@ -63,6 +63,7 @@ const BottomSheetTextInputComponent = forwardRef< animatedKeyboardState.set(state => ({ ...state, target: undefined, + height: 0, })); } @@ -100,6 +101,7 @@ const BottomSheetTextInputComponent = forwardRef< animatedKeyboardState.set(state => ({ ...state, target: undefined, + height: 0, })); }