You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is. If applicable, please add screenshots/videos.
Steps to reproduce
Steps to reproduce the behavior:
Open a bottom sheet page that contains a texfield
autofocus or focus on the textfield
slide down the bottom sheet to close but lift your finger only when above the open keyboard
Expected behavior
The bottom sheet should close. At the moment the sheet collapsed but stays opened (the keyboard is still visible).
onModalDismissedWithDrag is not called.
Additional context
My guess is that onModalDismissedWithDrag is only called when lifting the finger, but it's not registered when above the opened keyboard.
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
A clear and concise description of what the bug is. If applicable, please add screenshots/videos.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
The bottom sheet should close. At the moment the sheet collapsed but stays opened (the keyboard is still visible).
onModalDismissedWithDrag is not called.
Additional context
My guess is that onModalDismissedWithDrag is only called when lifting the finger, but it's not registered when above the opened keyboard.
The text was updated successfully, but these errors were encountered: