<Keep text in BasicTextField on back navigation> I...
# stackoverflow
u
Keep text in BasicTextField on back navigation I have a BasicTextField in my jetpack compose function. When i click(user has input some text into the textfield by now) on a button to navigate to another composable in my NavHost, and from that new view click on back to the composable which i came from which has the textfield, the textfield is empty. I want to keep the text that the user typed in before navigating, but I can't figure it out how. Have looked here but found no answer. Suggestions? Here is my code: @Composable fun SearchBar(...