Steve
05/12/2021, 10:56 AMval interactionSource = remember { MutableInteractionSource() }
val focused = interactionSource.collectIsFocusedAsState()
in the dekstop version to find if the TextField has the focus?tad
05/13/2021, 4:30 AMmutableStateOf(id)
and update that state in Modifier.onFocusChanged