Код: Выделить всё
OutlinedTextField(
value = value,
modifier = Modifier.fillMaxSize(),
shape = RoundedCornerShape(8.dp),
textStyle = TextStyle(fontSize = nFontSize),
colors = TextFieldDefaults.outlinedTextFieldColors(
textColor = Color.Black,
focusedBorderColor = colorResource(id = R.color.inbox_company_red),
cursorColor = Color.Black),
//visualTransformation = VisualTransformation.None,
label = {Text(text = if (value.isEmpty()) stringResource(id = R.string.name" else "")}
Подробнее здесь: https://stackoverflow.com/questions/773 ... eld-border