PHondogo
04/27/2023, 9:35 AMOutlinedTextField(
value = buildString {
repeat(500) {
append("test$it\n")
}
},
onValueChange = {},
supportingText = { Text("Supporting text") } // not visible when value line count more then available space height
)
Ale Stamato
04/27/2023, 12:32 PMPHondogo
04/27/2023, 12:55 PM