Anyone know how to select all the text in a text f...
# compose
r
Anyone know how to select all the text in a text field, when it gets focus? I've tried using
TextFieldValue.selection
and changing it in
Modifier.onFocusChanged
but no luck so far.
r
518 Views