Keyboard adjustment with custom TextInput #1166
pavelglebov
started this conversation in
General
Replies: 1 comment 8 replies
-
Okay, so the problem was that I was using useBottomSheetInternal hook from component that holds bottomSheet, not inside of it. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Use case:
Issue:
BottomSheet height is not adjusted automatically when focusing custom TextInput.
Docs have following tip:
When copy the code, including:
I get following error:
Is there a way to trigger keyboard animation in bottomSheet from outside?
Beta Was this translation helpful? Give feedback.
All reactions