Natasha Jordanovska
10/08/2024, 10:21 AMOutlinedTextField
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! 🙏Stylianos Gakis
10/08/2024, 12:54 PM