Does Anyone have issue using ModalBottomSheetlayou...
# compose
c
Does Anyone have issue using ModalBottomSheetlayout with textfield using compose? Keypad keep overlaying on BottomSheet’s textfield component. I have tried imepadding() options but it doesn’t work. Only option that did work was fake input spacebar on textfield. If I input something, bottomsheet pops up above keypad but if not it doesn’t. Unfortunately I couldn’t find any better solution so far, so asking in the channel if anyone has better solution. thx!