Prevent to resize when Keyboard is shown #1785
Unanswered
SrMouraSilva
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, all.
My app has a flow where a modal is opened by clicking an option of a
BottomSheetModal
.When the modal is opened, the Input is automatically focused.
I noticed that after the keyboard appears, the BottomSheetModal rerenders to don't be hide over keyboard. But, at this case, I would like that it doesn't be rerendered and be hidden by keyboard.
Has anyone some trick to do this? Currently I am using 5.0.0-alpha.9.
app.webm
After pressed BottomSheet item, the keyboard appears:


Then, after, the BottomSheet is rerended and is shown.
Beta Was this translation helpful? Give feedback.
All reactions