Hey everyone! 👋
I’m working on a project where we heavily rely on
OutlinedTextField
for our input fields. Recently, I came across the new
TextFieldState
in Jetpack Compose, which seems like a more stable replacement for
TextFieldValue
when used with
BasicTextField
. I understand that
TextFieldState
allows better management of text input and state, which sounds really promising.
However, I haven’t seen any direct mention of
TextFieldState
being integrated with
OutlinedTextField
. I’m wondering if anyone here knows if there’s any plan to support
TextFieldState
for
OutlinedTextField
, or if we should continue using
TextFieldValue
for now in cases where we use
OutlinedTextField
.
Here’s the official reference for
TextFieldState
I’ve been looking at:
https://developer.android.com/reference/kotlin/androidx/compose/foundation/text/input/TextFieldState
Would appreciate any insights or updates you might have on this! 🙏