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
I was struggling using the provided BottomSheetTextInput because I have my own custom TextInput component, plus some other components (Autocomplete, etc.) that renders it. So it got very difficult to decide when to render the normal component vs BottomSheetTextInput.
I ended up writing my own BottomSheetContent wrapper that listens to the native Keyboard event, so now I can use my own text input.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was struggling using the provided
BottomSheetTextInput
because I have my own customTextInput
component, plus some other components (Autocomplete
, etc.) that renders it. So it got very difficult to decide when to render the normal component vsBottomSheetTextInput
.I ended up writing my own
BottomSheetContent
wrapper that listens to the native Keyboard event, so now I can use my own text input.Maybe this can be built in to the package?
Beta Was this translation helpful? Give feedback.
All reactions