Fixed
Status Update
Comments
so...@google.com <so...@google.com>
ma...@google.com <ma...@google.com>
ma...@google.com <ma...@google.com>
na...@google.com <na...@google.com> #3
Thanks for the report!
Description
- Jetpack Compose component used: OutlinedTextField / TextFieldColors
- Android Studio Build:
Android Studio Electric Eel | 2022.1.1 Canary 10
Build #AI-221.6008.13.2211.8963757, built on August 18, 2022
macOS 12.3
- Kotlin version: 1.6.21
- Devices/Android versions reproduced on: Pixel 6
- Keyboard (i.e. Gboard, Samsung, etc): Gboard
It doesn't appear to be possible to change the color of the text in a OutlinedTextField when focused vs unfocused.
`TextFieldDefaults.outlinedTextFieldColors` provides parameters for focusedBorderColor/unfocusedBorderColor and focusedLabelColor/unfocusedLabelColor. But there doesn't seem to be a way to change the color of the text value within a OutlinedTextField depending on focused/unfocused state.