Hi, I have a Lazy Column, inside which I have a Ba...
# compose
v
Hi, I have a Lazy Column, inside which I have a BasicTextField which does not have any specific height set, it grows with lines typed Now what happens in when I'm typing, the screen does not scroll and text field gets hidden under keyboard Does anyone know how to solve this? I want the screen to scroll as I type I'm on Compose Multiplatform
z
It’s been fixed in the new text field implementation which is currently experimental but should be stabilized later this year.