Hi, is there an easy way to handle autofocus in Te...
# compose
s
Hi, is there an easy way to handle autofocus in TextField, I'm using HorizontalPager from Accompanist, I want to autofocus a TextField when Visible. But when I use FocusRequester() it's causing Wired behaviors like it also creates focus to the Next Composable's TextField
i think this is a similar issue https://github.com/google/accompanist/issues/518