Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
No update yet.
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
Description
Add fun Modifier.onFocusChanged(onFocusChanged: (FocusState) -> Unit): Modifier that fires when the focus changes. (Modifier.onFocusEvent is triggered every time requestFocus() is called, even if the focus state is unchanged)