Leandro Garcia
10/24/2023, 1:40 PMtext
variable which is being updated as this var text by remember { mutableStateOf(value) }
but the UI is not being updated, I put some logs and I see that the value of text
is being changed. Any idea whats up?hamzaTheDev
10/24/2023, 1:47 PMBasicTextField
to the text
state too. It's like a 2-way binding between the state and the composable.Leandro Garcia
10/24/2023, 1:51 PMLeandro Garcia
10/24/2023, 1:51 PMhamzaTheDev
10/24/2023, 1:52 PM