Fixed
Status Update
Comments
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
Description
Column {
TextField(Modifier.focusRequester(ref1)
TextField(Modifier.focusOrder(ref2){ previous = ref1 })
}
Notice how we had to use a focusRequester to specify ref1 but didn't need this for ref2.
It would be nice if we had an overloaded focusOrder that only accepted a focusRequester without a lambda.