TextFieldSection
fun TextFieldSection( textFieldController: TextFieldController, modifier: Modifier = Modifier, @StringRes sectionTitle: Int? = null, imeAction: ImeAction, enabled: Boolean, onTextStateChanged: (TextFieldState?) -> Unit = {})
Content copied to clipboard
This is focused on converting an TextFieldController into what is displayed in a section with a single textField.
some focus logic
observes values that impact how things show on the screen