I know that in order to select all text on focus I...
# compose
n
I know that in order to select all text on focus I have to use a TextField with a TextFieldValue as main parameter. The issue is that the string that I have to observe is stored in a viewmodel, so how can I integrate it with the TextFieldValue in order to update it every time the string in the viewmodel is updated?