Zhelyazko Atanasov
05/15/2021, 3:17 PMOutlinedTextField
, in particular the case where the input value
is of type String
. The code is defining a mutable state called textFieldValueState
and that's expected. But why do we need another variable - textFieldValue
that's set as a value of the inner OutlinedTextField
? Why are we not using textFieldValueState
as usual?Andrew Neal
05/15/2021, 3:40 PM