Miguel Kano
04/25/2023, 12:34 AMBaseTextField
, is there a convenient way to persist the focus on config changes? It's currently clearing the focus and I'm having to manage it myself by requesting the focus on the last focused text field on LaunchedEffect
Michael Paus
04/25/2023, 6:59 AMColton Idle
04/25/2023, 12:53 PMMichael Paus
04/25/2023, 12:57 PMColton Idle
04/25/2023, 1:07 PMMichael Paus
04/25/2023, 1:10 PMMiguel Kano
04/25/2023, 4:00 PMCompose can deal with that itself easily. So, I have switched them all off and let compose deal with the situationCould you clarify this? What do you mean by "deal with" here when you disable config changes?
Michael Paus
04/25/2023, 4:04 PM