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
Wondering if there is a way to close the keyboard in sync with the BottomSheet being dismissed via drag. I have it working nicely when you press the close button:
good suggestion, i would think of a callback whenever the sheet about to animate to a snap point, that would give the user more control. it would be something like onSnapToPoint or onAnimate:
Feature Request
Wondering if there is a way to close the keyboard in sync with the BottomSheet being dismissed via drag. I have it working nicely when you press the close button:
Why it is needed
Seems janky to watch the BottomSheet dismiss fully and then watch the keyboard dismiss.
Possible implementation
I poked around for a couple min to see if I could do this easily on a ListView in the lib. Should be possible.
The text was updated successfully, but these errors were encountered: