Код: Выделить всё
OutlinedTextField(
label = { Text("Label") },
colors = OutlinedTextFieldDefaults.colors(
focusedLabelColor = Color.Blue,
focusedTextColor = Color.Red
),
value = "",
onValueChange = {}
)
Подробнее здесь: https://stackoverflow.com/questions/793 ... ot-working
Мобильная версия