TextField data: StateFlow or Compose State? the ne...
# compose-android
f
TextField data: StateFlow or Compose State? the new material textInput uses state but i am having issue using it with my viewModel especaily because prior to updating to it i was using SingleStateFlow to handle all my FormState add TextInputState breaks that flow
z
Please be more specific - what kind of issues?