PHondogo
04/27/2023, 9:35 AMPHondogo
04/27/2023, 9:47 AMPHondogo
04/27/2023, 9:48 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
)
PHondogo
04/27/2023, 9:52 AMAle Stamato
04/27/2023, 12:32 PMPHondogo
04/27/2023, 12:55 PMPHondogo
04/27/2023, 12:56 PM