Hi everyone I want to know the use case for ```Mod...
# compose
z
Hi everyone I want to know the use case for
Copy code
Modifier.bringIntoViewRequester(bringIntoViewRequester)
z
Hm, I read this but I want more clarification.
f
For instance, you can call
bringIntoView()
to make all the scrollable parents scroll so that the specified item is brought into the parent bounds.
I don't think you'll find a better explanation. What else would you like to know? 🤷
z
It’s basically there to allow text fields to be scrolled into view when they get focus