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
Stafox opened this issue
Sep 21, 2024
· 2 comments
Labels
questionYou wanted to clarify something about the usage of the library or have a question about somethingsponsor 💖Someone pays money for the issue to be resolved 💸
I use gorhom/bottom-sheet with react-native-keyboard-controller inside of the bottomSheetModal, and trying to achieve the following behavior:
I would like to let such buttons as inputClearTextButton (my custom implementation using TouchableOpacity) and BottomSheetClose button to be pressed when input is in focus and user clicks outside of input/keyboard area.
Is it possible? @kirillzyusko could you point me to the right direction how it can be achieved?
Current behaviour: clicking outside of the input or keyboard dismiss the keyboard.
The text was updated successfully, but these errors were encountered:
questionYou wanted to clarify something about the usage of the library or have a question about somethingsponsor 💖Someone pays money for the issue to be resolved 💸
I use
gorhom/bottom-sheet
withreact-native-keyboard-controller
inside of the bottomSheetModal, and trying to achieve the following behavior:I would like to let such buttons as
inputClearTextButton
(my custom implementation usingTouchableOpacity
) andBottomSheetClose
button to be pressed when input is in focus and user clicks outside of input/keyboard area.Is it possible? @kirillzyusko could you point me to the right direction how it can be achieved?
Current behaviour: clicking outside of the input or keyboard dismiss the keyboard.
The text was updated successfully, but these errors were encountered: